commit | 7525a1600d71b9f9f6b4382cd2356032309d1457 | [log] [tgz] |
---|---|---|
author | Steinar H. Gunderson <sesse@google.com> | Mon Jan 04 12:52:15 2016 +0100 |
committer | Steinar H. Gunderson <sesse@google.com> | Mon Jan 04 12:52:15 2016 +0100 |
tree | ba23f58003289190029bd88505870a72173c41fb | |
parent | ef5598aa0e867db5243188751054c9b2223b0e5f [diff] |
Fix an issue where the ByteSource path (used for parsing std::string) would incorrectly accept some invalid varints that the other path would not, causing potential CHECK-failures if the unit test were run with --write_uncompressed and a corrupted input file. Found by the afl fuzzer.