]> git.ipfire.org Git - thirdparty/openssl.git/commit
Do not wrap the python3 in ../../util/wrap.pl
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Thu, 20 Mar 2025 18:45:17 +0000 (19:45 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 24 Mar 2025 19:22:15 +0000 (20:22 +0100)
commitf9df49d5a8f416aa39bc956dbfde129743c2f901
treeb4deac46760bad872b1903b9ab3f84e117bbe486
parent6cb2c71015be1878d9237f1cff4b08300d87a76e
Do not wrap the python3 in ../../util/wrap.pl

That is bad, because this script does seem to have issues,
because it is itself linked against libcrypto, which causes
crashes in enable-asan builds:

ASan runtime does not come first in initial library list;
you should either link runtime to your application or manually
preload it with LD_PRELOAD.
../../util/wrap.pl python3 ../../test/recipes/70-test_quic_multistream_data/verify-qlog.py => 1
    not ok 1 - running qlog verification script
not ok 2 - check qlog output

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27089)

(cherry picked from commit f346932a15b5ce0cf7e42628e0b02a1871de93e1)
test/recipes/70-test_quic_multistream.t