From 49939235e7e9dc44be30d428909a83bcb6893222 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Sep 2018 14:33:59 +0200 Subject: Adding upstream version 0.4. Signed-off-by: Daniel Baumann --- decompress_lunzip.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'decompress_lunzip.c') diff --git a/decompress_lunzip.c b/decompress_lunzip.c index 106c95b..f7da1fc 100644 --- a/decompress_lunzip.c +++ b/decompress_lunzip.c @@ -8,7 +8,7 @@ #ifdef STATIC #define PREBOOT -#include "lzip.c" +#include "lzip_decompress.c" #else #include "linux_lzip.h" #include "linux_lunzip.h" @@ -69,9 +69,9 @@ STATIC int INIT __lunzip(unsigned char *inbuf, long in_len, } #ifndef PREBOOT -/* decompress_fn (see linux/decompress/generic.h) should have an out_size - * argument to prevent overrunning outbuf in case of corruption of the - * compressed data. +/* decompress_fn (see include/linux/decompress/generic.h) should have an + * out_size argument to prevent overflowing outbuf in case of corruption + * of the compressed data. */ STATIC int INIT lunzip(unsigned char *inbuf, long in_len, long (*fill)(void*, unsigned long), -- cgit v1.2.3