Branch: refs/heads/openssl-3.0 Home: https://github.com/openssl/openssl Commit: 41f238d830e510f6d4bde63dd822e3041f14fc15 https://github.com/openssl/openssl/commit/41f238d830e510f6d4bde63dd822e3041f14fc15 Author: Richard Levitte <levi...@openssl.org> Date: 2022-08-24 (Wed, 24 Aug 2022)
Changed paths: M util/wrap.pl.in Log Message: ----------- util/wrap.pl.in: If the subprocess died with a signal, let's re-signal it A simple 'kill' of the same signal on our own process should do it. This will allow the shell that this is running under to catch it properly, and output something if it usually does that. Fixes #19041 Reviewed-by: Dmitry Belyavskiy <beld...@gmail.com> Reviewed-by: Matt Caswell <m...@openssl.org> Reviewed-by: Paul Dale <pa...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19042) (cherry picked from commit bf16ee4f95c31a66e76056c691f25a0d2b4a39c4)