You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cd contrib/seekable_format/tests
$ make
$ ./seekable_tests
Expected behavior
Program halts, returning an error code.
Additional context
Add any other context about the problem here.
This bug was found via this fuzzer. The specific decompressor input is an input generated by the fuzzer to reproduce the issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
ZSTD_seekable_decompress() can hang with malformed input.
To Reproduce
Check out #2505
Expected behavior
Program halts, returning an error code.
Additional context
Add any other context about the problem here.
This bug was found via this fuzzer. The specific decompressor input is an input generated by the fuzzer to reproduce the issue.
The text was updated successfully, but these errors were encountered: