Hi! We found an issue with IBM Z hardware compression support: gzip segfaults when processing two files. This patch series fixes the issue, adds a test and performs two minor cleanups: fixes clang build and updates .gitignore files.
Best regards, Ilya Ilya Leoshkevich (4): Update .gitignore files Fix building DFLTCC with clang Fix DFLTCC segfault when compressing or decompressing two files Add a test for compressing and decompressing two files dfltcc.c | 21 ++++++++++++++------- lib/.gitignore | 14 ++++++++++++++ m4/.gitignore | 3 +++ tests/Makefile.am | 1 + tests/two-files | 31 +++++++++++++++++++++++++++++++ 5 files changed, 63 insertions(+), 7 deletions(-) create mode 100755 tests/two-files -- 2.25.4