Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'kPrefixSuffix': array bounds overflow | Windows 11 / VS 2022 #32

Open
moebiussurfing opened this issue Aug 8, 2023 · 4 comments
Open

Comments

@moebiussurfing
Copy link

Hey @bakercp ,

I am getting this error on Windows 11/ VS 2022

Severity Code Description Project File Line Suppression State Error C2117 'kPrefixSuffix': array bounds overflow example_directory_list C:\Users\moebi\Documents\openFrameworks\addons\ofxIO\libs\brotli\src\common\transform.c 27

image

Could be related to that C++ 17 commit?
I am using OF / master.

@bakercp
Copy link
Owner

bakercp commented Aug 8, 2023

That appears to be in the brotli compression source. Perhaps that source version needs to be updated.

@moebiussurfing
Copy link
Author

moebiussurfing commented Aug 9, 2023

I rolled back to some 2019 commits but I am getting other errors too:

image

I remember some months ago that it was working in Windows 10 / VS 2019.
Always develop branch.

@moebiussurfing
Copy link
Author

This is using master branch:

image

@moebiussurfing moebiussurfing changed the title 'kPrefixSuffix': array bounds overflow 'kPrefixSuffix': array bounds overflow | Windows 11 / VS 2022 Aug 9, 2023
@moebiussurfing
Copy link
Author

ok.
It works by rolling back develop branch to the last 2019 commits.
but for OF last release 10.11.2 or GitHub path-release.
Maybe it could be nice to have the master / stable branch settled on here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants