removed one assert() condition
authorYann Collet <cyan@fb.com>
Wed, 5 Sep 2018 18:25:10 +0000 (11:25 -0700)
committerYann Collet <cyan@fb.com>
Wed, 5 Sep 2018 18:25:10 +0000 (11:25 -0700)
commit30f6f34328733ec4e74c78c06f667810db0417df
treee3e3bc01eb3e85cef21de88a0d87c80ff4dc81c8
parent52cce3056227188cedcd36f35a03924425dc14c9
removed one assert() condition

which is not correct when using LZ4_HC with dictionary and starting from a low address (<0x10000).
lib/lz4hc.c
tests/fuzzer.c