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
* zstd: Check FSE init values
If `br.init(s.br.unread())` fails, it may decode bogus data if previous block returned without reading everything from the bit reader. This is used to feed the huff0 table for literal decoding.
Return error correctly.
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=56870
Add parsing of OSS reported input.
* Don't use file (yet)
Fail on error nilness mismatch
* Revert useless file change
{name: "something", fn: func() ([]byte, error) { returnos.ReadFile("../testdata/fse-artifact3.bin") }, err: "corrupt stream, did not find end of stream"},
0 commit comments