]> git.lizzy.rs Git - zlib.git/commit
Remove code from inflate.c and infback.c that is impossible to execute.
authorMark Adler <madler@alumni.caltech.edu>
Sun, 20 Nov 2011 16:43:46 +0000 (08:43 -0800)
committerMark Adler <madler@alumni.caltech.edu>
Sun, 27 Nov 2011 22:15:40 +0000 (14:15 -0800)
commitde32a2d74948e13e4d8ec17263a31e2c3ae900b1
tree1cdaed5a96b5c5cd62fc9f3ad51461dfb4f9eeaf
parent383d2cdab7662d21a3c720139635fe0fbc451a71
Remove code from inflate.c and infback.c that is impossible to execute.

During coverage testing it was discovered that these two lines could
never pull more bits, since the immediately preceding for loop assures
that all of the code's bits are already pulled.
infback.c
inflate.c