Skip to content

Commit d518e55

Browse files
authored
Update README.md
1 parent d052918 commit d518e55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<p align="center"><img src="https://brotli.org/brotli.svg" alt="Brotli" width="64"></p>
22

3+
# SECURITY NOTE
4+
5+
Please consider updating brotli to version 1.0.8 (latest).
6+
7+
Version 1.0.8 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.
8+
39
### Introduction
410

511
Brotli is a generic-purpose lossless compression algorithm that compresses data

0 commit comments

Comments
 (0)