bug-gzip
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43583: [PATCH 0/4] Fix DFLTCC segfault when compressing or decompres


From: Ilya Leoshkevich
Subject: bug#43583: [PATCH 0/4] Fix DFLTCC segfault when compressing or decompressing two files
Date: Thu, 24 Sep 2020 00:08:53 +0200

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]