diff options
author | root <root> | 2008-08-30 06:43:38 +0000 |
---|---|---|
committer | root <root> | 2008-08-30 06:43:38 +0000 |
commit | 53810d68d0d21a914696b880655bf6ab3053a897 (patch) | |
tree | 0783110a3b12521ba8dc27a3e6fb24097b6b8fe8 | |
parent | d42b054d34e4207843aa3f797193dfa74dab0c24 (diff) |
*** empty log message ***
-rw-r--r-- | lzf_c.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -226,7 +226,7 @@ lzf_compress (const void *const in_data, unsigned int in_len, ip += len + 1; - if (expect_false (ip > in_end - 2)) + if (expect_false (ip >= in_end - 2)) break; #if ULTRA_FAST || VERY_FAST |