Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nemequ/liblzf.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Lehmann <schmorpforge@schmorp.de>2008-08-30 10:43:38 +0400
committerMarc Lehmann <schmorpforge@schmorp.de>2008-08-30 10:43:38 +0400
commit2877bd6b152ecfa10e7ce046c9cdf2d919af3c97 (patch)
tree0783110a3b12521ba8dc27a3e6fb24097b6b8fe8
parent70ed63ad03597255393bbd1eb1d66945b109f48e (diff)
*** empty log message ***
-rw-r--r--lzf_c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lzf_c.c b/lzf_c.c
index 63cf26a..99dab09 100644
--- a/lzf_c.c
+++ b/lzf_c.c
@@ -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