From be9192be447d794e708a4d32a5a8a041f21c8c92 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 30 Nov 2007 10:34:26 +0000 Subject: *** empty log message *** --- lzf_c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lzf_c.c') diff --git a/lzf_c.c b/lzf_c.c index 0e4d746..03e14f7 100644 --- a/lzf_c.c +++ b/lzf_c.c @@ -258,7 +258,7 @@ lzf_compress (const void *const in_data, unsigned int in_len, } } - if (op + 2 > out_end) /* at most 2 bytes can be missing here */ + if (op + 3 > out_end) /* at most 3 bytes can be missing here */ return 0; while (ip < in_end) -- cgit v1.2.3