aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKrzysztof Kolasa <kkolasa@winsoft.pl>2015-05-03 22:58:59 -0500
committerMister Oyster <oysterized@gmail.com>2017-04-11 10:57:25 +0200
commitd2584da5de7933f3ef150fa51323e5ccb9652b85 (patch)
treea0cf6c3e66b65683d8bf09a6528b0bc51466aa65 /scripts
parent37c89d88ee41cd8f38c66addff70352a660ecd67 (diff)
lz4: fix system halt at boot kernel on x86_64
Sometimes, on x86_64, decompression fails with the following error: Decompressing Linux... Decoding failed -- System halted This condition is not needed for a 64bit kernel(from commit d5e7caf): if( ... || (op + COPYLENGTH) > oend) goto _output_error macro LZ4_SECURE_COPY() tests op and does not copy any data when op exceeds the value. added by analogy to lz4_uncompress_unknownoutputsize(...) Signed-off-by: Krzysztof Kolasa <kkolasa@winsoft.pl> Tested-by: Alexander Kuleshov <kuleshovmail@gmail.com> Tested-by: Caleb Jorden <cjorden@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com> Signed-off-by: MOVZX <movzx@yahoo.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions