-
Notifications
You must be signed in to change notification settings - Fork 31
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
Comments
That appears to be in the brotli compression source. Perhaps that source version needs to be updated. |
moebiussurfing
changed the title
'kPrefixSuffix': array bounds overflow
'kPrefixSuffix': array bounds overflow | Windows 11 / VS 2022
Aug 9, 2023
ok. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Could be related to that C++ 17 commit?
I am using OF / master.
The text was updated successfully, but these errors were encountered: