X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=lib%2Fdecompress_unlz4.c;h=7d1e83caf8ad8512c3a0d39e4f5e5b5c39de619f;hb=b7c5b1aa2836c933ab03f90391619ebdc9112e46;hp=3e67cfad16ad53614508e126d87f4d0024128577;hpb=9451ee2d17e6b4bfbc5871f3c86ea744581b0413;p=deliverable%2Flinux.git diff --git a/lib/decompress_unlz4.c b/lib/decompress_unlz4.c index 3e67cfad16ad..7d1e83caf8ad 100644 --- a/lib/decompress_unlz4.c +++ b/lib/decompress_unlz4.c @@ -141,6 +141,7 @@ STATIC inline int INIT unlz4(u8 *input, int in_len, goto exit_2; } + ret = -1; if (flush && flush(outp, dest_len) != dest_len) goto exit_2; if (output)