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

[fuzzer] Run fuzzers in legacy mode and fix legacy code #1593

Merged
merged 5 commits into from
Apr 18, 2019

Conversation

terrelln
Copy link
Contributor

  • Run fuzzers with legacy support.
  • Size the decompression output buffer randomly and run 10x with different output sizes to try and catch buffer overruns better.
  • Fix a bug in ZSTDv6_findFrameSizeInfoLegacy().
  • Fix a bug in ZSTD_decodeSeqHeaders().

@terrelln terrelln merged commit a8db4bd into facebook:dev Apr 18, 2019
@terrelln
Copy link
Contributor Author

The stream_decompress fuzzer running with legacy mode enabled just found the reported bug in ZSTD_decodeSeqHeaders().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants