]> git.ipfire.org Git - thirdparty/zstd.git/commit
Fix segfault in zstreamtest MT 524/head
authorNick Terrell <terrelln@fb.com>
Fri, 27 Jan 2017 23:42:36 +0000 (15:42 -0800)
committerNick Terrell <terrelln@fb.com>
Fri, 27 Jan 2017 23:42:36 +0000 (15:42 -0800)
commitd98bf492247b99c067b1dfec2199c3b5db80b09e
tree89645e26a5e61fb148c010aecb6302a200663653
parent609c123a0104fede2ea1d5da1861ebac7c1471e8
Fix segfault in zstreamtest MT

It was reading beyond the end of the input buffer because no errors were
detected. Once that was fixed, it wasn't making forward progress because
no errors were detected and it was waiting for input.
tests/zstreamtest.c