summaryrefslogtreecommitdiff
path: root/lzf_c.c
diff options
context:
space:
mode:
authorroot <root>2007-11-30 10:34:26 +0000
committerroot <root>2007-11-30 10:34:26 +0000
commitbe9192be447d794e708a4d32a5a8a041f21c8c92 (patch)
tree187d5c81e3c5eeea0c11177ffdd53c915458a6a6 /lzf_c.c
parent8342db96e5793b93361032f731defdb8e6f49dcc (diff)
*** empty log message ***
Diffstat (limited to 'lzf_c.c')
-rw-r--r--lzf_c.c2
1 files changed, 1 insertions, 1 deletions
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)