Closed catenacyber closed 3 years ago
Introduced by commit 7212da84fa0a9fe77c240e95a675f0567e9d698c Adds a test to prevent this behavior
@alexcrichton sorry for turning a quadratic complexity into an endless loop
You can check that the test does not end without the patch in impl<R: BufRead> Read for GzDecoder<R>
impl<R: BufRead> Read for GzDecoder<R>
No worries, thanks!
Introduced by commit 7212da84fa0a9fe77c240e95a675f0567e9d698c Adds a test to prevent this behavior
@alexcrichton sorry for turning a quadratic complexity into an endless loop
You can check that the test does not end without the patch in
impl<R: BufRead> Read for GzDecoder<R>