]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a daily memory allocation failure test
authorNeil Horman <nhorman@openssl.org>
Wed, 23 Jul 2025 14:56:38 +0000 (10:56 -0400)
committerNeil Horman <nhorman@openssl.org>
Wed, 6 Aug 2025 13:07:40 +0000 (09:07 -0400)
commit3c3f0da9bdb504a8c6005fa52f815a9b243855b8
tree4714bfcfff5607c05ee92048779456286412cbdb
parent437cde84a7ef23602abbf95adf24a26ee9635c0c
Add a daily memory allocation failure test

nightly, run the memory allocation failure test.

We build with asan enabled to log memory leaks and other issues

Note the test is designed to pass even if the test fails, as currently
(perhaps not suprisingly), several error paths result in asan errors.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28078)
.github/workflows/run-checker-daily.yml