diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-07-19 23:13:24 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-07-24 11:38:19 +0300 |
commit | 57e1ccbb7ce30e5298ea7ec3934e462fa8d32237 (patch) | |
tree | 87c91a1fb04cbf8d564d4f0dcccacb73c9c473fb /debug/Makefile.am | |
parent | xzgrep: Make the fix for ZDI-CAN-16587 more robust. (diff) | |
download | xz-57e1ccbb7ce30e5298ea7ec3934e462fa8d32237.tar.xz |
xzgrep: Improve error handling, especially signals.
xzgrep wouldn't exit on SIGPIPE or SIGQUIT when it clearly
should have. It's quite possible that it's not perfect still
but at least it's much better.
If multiple exit statuses compete, now it tries to pick
the largest of value.
Some comments were added.
The exit status handling of signals is still broken if the shell
uses values larger than 255 in $? to indicate that a process
died due to a signal ***and*** their "exit" command doesn't take
this into account. This seems to work well with the ksh and yash
versions I tried. However, there is a report in gzip/zgrep that
OpenSolaris 5.11 (not 5.10) has a problem with "exit" truncating
the argument to 8 bits:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22900#25
Such a bug would break xzgrep but I didn't add a workaround
at least for now. 5.11 is old and I don't know if the problem
exists in modern descendants, or if the problem exists in other
ksh implementations in use.
Diffstat (limited to 'debug/Makefile.am')
0 files changed, 0 insertions, 0 deletions