K 10 svn:author V 3 dvl K 8 svn:date V 27 2020-09-19T01:22:04.283678Z K 7 svn:log V 533 MFH: r546350 Update from 1.0.7 to 1.0.9. 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. Approved by: ports-secteam (fluffy) END