]> Git Repo - linux.git/commit
lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rle
authorDave Rodgman <[email protected]>
Wed, 25 Sep 2019 23:48:24 +0000 (16:48 -0700)
committerLinus Torvalds <[email protected]>
Thu, 26 Sep 2019 00:51:41 +0000 (17:51 -0700)
commit09b35b4192f6682dff96a093ab1930998cdb73b4
treea5b43a77251e072db71073a2b5c7c9956eb7667a
parent984035ad7b247ccc62b06e113eea3fc673f114cc
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]>
lib/lzo/lzo1x_compress.c
This page took 0.065425 seconds and 4 git commands to generate.