commit | 09b35b4192f6682dff96a093ab1930998cdb73b4 | [log] [tgz] |
---|---|---|
author | Dave Rodgman <[email protected]> | Wed Sep 25 16:48:24 2019 -0700 |
committer | Linus Torvalds <[email protected]> | Wed Sep 25 17:51:41 2019 -0700 |
tree | a5b43a77251e072db71073a2b5c7c9956eb7667a | |
parent | 984035ad7b247ccc62b06e113eea3fc673f114cc [diff] |
lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rle Fix an unaligned access which breaks on platforms where this is not permitted (e.g., Sparc). Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Dave Rodgman <[email protected]> Cc: Dave Rodgman <[email protected]> Cc: Markus F.X.J. Oberhumer <[email protected]> Cc: Minchan Kim <[email protected]> Cc: <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>