This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
from 7e688ebdb Avoid unbounded recursion on empty frames in framed lz4 and
snappy (#803)
new e85942d04 Sort members.
new bfc5bb093 Avoid unbounded recursion on empty frames in framed lz4 and
snappy decoders (#803).
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/changes/changes.xml | 2 +
.../lz4/FramedLZ4CompressorInputStream.java | 1 +
.../snappy/FramedSnappyCompressorInputStream.java | 1 +
.../gzip/GzipCompressorInputStreamTest.java | 50 +++++++++++-----------
.../lz4/FramedLZ4CompressorInputStreamTest.java | 38 ++++++++--------
.../FramedSnappyCompressorInputStreamTest.java | 34 +++++++--------
6 files changed, 65 insertions(+), 61 deletions(-)