commit | a2cfc8d5935efd445d9f9b258383e2a42f83ef6e | [log] [tgz] |
---|---|---|
author | Joris Lijssens <joris.lijssens@gmail.com> | Fri Jun 17 10:46:58 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 24 17:23:11 2016 -0400 |
tree | a746323ae52ed1c53f90282c3d02b5c79a399ecf | |
parent | 96044745cb8c086d47215f4aa7b4defb1d1fec57 [diff] |
lib/lzo: bugfix when input data is not compressed When the input data is not compressed at all, lzo1x_decompress_safe will fail, so call memcpy() instead. Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com>