diff options
author | Yann Collet <cyan@fb.com> | 2019-07-15 19:11:34 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2019-07-15 19:11:34 (GMT) |
commit | 6654c2cd3bd49dfc6b6bb3447bcc01799ea35ac3 (patch) | |
tree | cc41ddbff1fe2aaf4d35fe12516f5a697f99fd7a /INSTALL | |
parent | a23541463d924f11dfc0843f4ddb10a1e777e405 (diff) | |
download | lz4-6654c2cd3bd49dfc6b6bb3447bcc01799ea35ac3.zip lz4-6654c2cd3bd49dfc6b6bb3447bcc01799ea35ac3.tar.gz lz4-6654c2cd3bd49dfc6b6bb3447bcc01799ea35ac3.tar.bz2 |
ensure conformance with custom LZ4_DISTANCE_MAX
It's now possible to select a custom LZ4_DISTANCE_MAX at compile time,
provided it's <= 65535.
However, in some cases (when compressing in byU16 mode),
the new distance wasn't respected,
as it used to implied that it was necessarily within range.
Added a distance check for this case.
Also : added a new TravisCI test which ensures that
custom LZ4_DISTANCE_MAX compiles correctly
and compresses correctly (relying on `assert()` to find outsized offsets).
Diffstat (limited to 'INSTALL')
0 files changed, 0 insertions, 0 deletions