diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-22 23:45:00 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-22 23:45:00 -0700 |
commit | faa03d5141fad5ca0c34ac2a4a72b383668083aa (patch) | |
tree | 722090e054b5793584d7a88337c0ccdae4ba80a7 /amiga | |
parent | ae1de165d7133d6ebe9a69b10abdc952d877b6ae (diff) | |
download | zlib-faa03d5141fad5ca0c34ac2a4a72b383668083aa.tar.gz zlib-faa03d5141fad5ca0c34ac2a4a72b383668083aa.tar.bz2 zlib-faa03d5141fad5ca0c34ac2a4a72b383668083aa.zip |
Avoid searching past window for Z_RLE strategy.
Without this, Z_RLE could under some circumstances read one byte past
the end of the allocated sliding window. This would normally not be a
problem unless the window is right at the end of an allocated page, or
if a bounds checker is being used.
Diffstat (limited to 'amiga')
0 files changed, 0 insertions, 0 deletions