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

Update brotli to v1.0.9 #144

Open
yisibl opened this issue Oct 16, 2021 · 1 comment
Open

Update brotli to v1.0.9 #144

yisibl opened this issue Oct 16, 2021 · 1 comment

Comments

@yisibl
Copy link

yisibl commented Oct 16, 2021

Please consider updating brotli to version 1.0.9 (latest).

Version 1.0.9 contains a fix to "integer overflow" problem. This happens when "one-shot" decoding API is used (or input chunk for streaming API is not limited), input size (chunk size) is larger than 2GiB, and input contains uncompressed blocks. After the overflow happens, memcpy is invoked with a gigantic num value, that will likely cause the crash.

https://github.com/google/brotli/releases/tag/v1.0.9

@athxx
Copy link

athxx commented Mar 21, 2022

Before you compile, you can update it manual, just remove brotli directory and git clone a new one

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