
Dear rhabarber1848,
In message h46pl1$hbd$1@ger.gmane.org you wrote:
Signed-off-by: rhabarber1848 rhabarber1848@web.de
lib_generic/lzma/LzmaDec.c | 26 ++++++++++++++++++++++++++ lib_generic/lzma/LzmaTools.c | 4 ++++ 2 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/lib_generic/lzma/LzmaDec.c b/lib_generic/lzma/LzmaDec.c index 89d934a..acffb14 100644 --- a/lib_generic/lzma/LzmaDec.c +++ b/lib_generic/lzma/LzmaDec.c @@ -1,6 +1,9 @@ /* LzmaDec.c -- LZMA Decoder 2008-11-06 : Igor Pavlov : Public domain */
+#include <config.h> +#include <common.h> +#include <watchdog.h> #include "LzmaDec.h"
#include <string.h> @@ -156,6 +159,8 @@ static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte
^^^^^^^^^^^^^^^^^^^^^^^^^^
Line wrapped.
Applying: add WATCHDOG_RESET to allow LZMA kernel decompression on slow machines fatal: corrupt patch at line 21 Patch failed at 0001.
Please make sure your mailer does not mess up your postings. Please use git-send-email to submit patches.
Please clean up and resubmit.
Best regards,
Wolfgang Denk