Configure death handler: remember to call original death handler
authorRichard Levitte <levitte@openssl.org>
Tue, 24 Jul 2018 17:29:49 +0000 (19:29 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 24 Jul 2018 20:15:28 +0000 (22:15 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6776)

(cherry picked from commit 88accfe6dccf904fec5a17db4a59cd2c4c480382)

Configure

index 2ed0157e6c506b289c795c52429b363e479d3169..c4896b949d080a23fceb39f052f599ccbc0bdd45 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -2172,6 +2172,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 #########################################