Based on Brotli v0.9.0 release: Fix a decoder “integer overflow” problem where an input size (chunk size) larger than 2GiB may cause a crash.
Raise an exception if decoder wrapper functions run out of input. Previously, this data error was silently ignored.
Many improvements and bug fixes.