Configure death handler: remember to call original death handler
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6776)
This commit is contained in:
parent
1a6c300298
commit
88accfe6dc
1 changed files with 1 additions and 0 deletions
|
@ -2731,6 +2731,7 @@ Please read INSTALL and associated NOTES files. You may also have to look over
|
|||
your available compiler tool chain or change your configuration.
|
||||
|
||||
_____
|
||||
$orig_death_handler->(@_) if defined $orig_death_handler;
|
||||
}
|
||||
|
||||
# Configuration file reading #########################################
|
||||
|
|
Loading…
Reference in a new issue