[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
- bug#43583: [PATCH 0/4] Fix DFLTCC segfault when compressing or decompressing two files,
Ilya Leoshkevich <=
- bug#43584: [PATCH 1/4] Update .gitignore files, Ilya Leoshkevich, 2020/09/23
- bug#43583: [PATCH 2/4] Fix building DFLTCC with clang, Ilya Leoshkevich, 2020/09/23
- bug#43583: [PATCH 3/4] Fix DFLTCC segfault when compressing or decompressing two files, Ilya Leoshkevich, 2020/09/23
- bug#43583: [PATCH 4/4] Add a test for compressing and decompressing two files, Ilya Leoshkevich, 2020/09/23
- bug#43583: [PATCH 0/4] Fix DFLTCC segfault when compressing or decompressing two files, Paul Eggert, 2020/09/24