In LZ4_uncompress, by making a specially crafted input with a very large match
length, such that 'length' wraps, it's possible to make 'cpy' point at NULL:
cpy = op + length - (STEPSIZE-4); // cpy can now be NULL if length = -(int)op.
The function will then crash later on.
Original issue reported on code.google.com by strig...@gmail.com on 5 Dec 2012 at 7:59
Original issue reported on code.google.com by
strig...@gmail.com
on 5 Dec 2012 at 7:59