[openssl/openssl] c499cb: Prevent 80-test_cmp_http from accidentally killing...
Randall S. Becker
noreply at github.com
Sun Sep 10 23:11:09 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: c499cbc3239e3ac93fa5acf85cec7ea7df116518
https://github.com/openssl/openssl/commit/c499cbc3239e3ac93fa5acf85cec7ea7df116518
Author: Randall S. Becker <randall.becker at nexbridge.ca>
Date: 2023-09-11 (Mon, 11 Sep 2023)
Changed paths:
M test/recipes/80-test_cmp_http.t
Log Message:
-----------
Prevent 80-test_cmp_http from accidentally killing perl in error.
If there is an issue with setting up the test environment in this test,
pid is not set so stop_server kills the perl process. A guard has been
added to prevent this situation.
Fixes: #22014
Signed-off-by: Randall S. Becker <randall.becker at nexbridge.ca>
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22015)
More information about the openssl-commits
mailing list