]> wimlib.net Git - wimlib/commit
lzx_compress.c: chosen_sequences[] length was 1 too short
authorEric Biggers <ebiggers3@gmail.com>
Mon, 19 Oct 2015 00:39:23 +0000 (19:39 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 19 Oct 2015 00:39:23 +0000 (19:39 -0500)
commit8d91746c5772779e0e0593112c0143284452ee6e
tree6c98b1de555fb936a3062b09caaa4c783fe55238
parent2eb82c7acfce21c84061366679f014ebe5d93c56
lzx_compress.c: chosen_sequences[] length was 1 too short

A block could have all length 2 matches (highly unlikely).
src/lzx_compress.c