diff options
author | Yann Collet <cyan@fb.com> | 2019-12-03 22:49:22 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2019-12-03 22:49:22 (GMT) |
commit | d755f87f9fb7d625cdb9c9b54ab02e451cd80e9e (patch) | |
tree | 311b035c09add59f2e7e18b3b4dabb951bfbd704 /.gitignore | |
parent | 0f6cbd996fbaade6715c7009c6f8dbb0f23f0b4b (diff) | |
download | lz4-d755f87f9fb7d625cdb9c9b54ab02e451cd80e9e.zip lz4-d755f87f9fb7d625cdb9c9b54ab02e451cd80e9e.tar.gz lz4-d755f87f9fb7d625cdb9c9b54ab02e451cd80e9e.tar.bz2 |
fixed lz4hc assert error
when src ptr is in very low memory area (< 64K),
the virtual reference to data in dictionary
might end up in a very high memory address.
Since it's not a "real" memory address,
just a virtual one, to calculate distance,
it doesn't matter : only distance matters.
The assert was to restrictive.
Fixed.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions