Closed tuliom closed 3 years ago
test_deflate and test_inflate are not treating all kinds of errors, e.g. Z_STREAM_ERROR.
Z_STREAM_ERROR
In the exceptional scenario that one of these errors appear, they're stuck in an infinite loop.
I found this error in a scenario where the OS returned cc=250.
cc=250
Fixed with PR #60 .
test_deflate and test_inflate are not treating all kinds of errors, e.g.
Z_STREAM_ERROR
.In the exceptional scenario that one of these errors appear, they're stuck in an infinite loop.
I found this error in a scenario where the OS returned
cc=250
.