]> git.ipfire.org Git - thirdparty/openssl.git/commit
Detect segfault in the pkeyutl test
authorMatt Caswell <matt@openssl.org>
Tue, 1 Apr 2025 09:32:00 +0000 (10:32 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 2 Apr 2025 15:28:47 +0000 (17:28 +0200)
commitea76571ed322c230611b811d2c36c4ab982d7980
tree7c9d78d5f9c09c39c0755dafcce9a414cf4209af
parentd11ba5d7805c4a47015e83f6ae14eb1fd61495fd
Detect segfault in the pkeyutl test

Some tests are expected to fail in the pkeyutl test. However, if a segfault
occurs then that counts as a failure and the test passes. A segfault should
never be a "pass".

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27228)

(cherry picked from commit ff5a272e605633b9cba30ee9440cf05b90e903d9)
test/recipes/20-test_pkeyutl.t