]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Fix eap_proto_eke_errors with gcc-10
authorJouni Malinen <jouni@codeaurora.org>
Wed, 17 Mar 2021 21:38:26 +0000 (23:38 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 17 Mar 2021 21:38:26 +0000 (23:38 +0200)
commitdaa0a22e45bb9573df4c402c37d9dd7eb060e4c1
treee19bfd299c4a01d06a508b0eb094c99fc91c6a74
parenteaf925df002b952e6b25b5d85cba01260896c4b2
tests: Fix eap_proto_eke_errors with gcc-10

gcc-10 seems to be inlining eap_eke_prf() and eap_eke_prfplus() which
breaks this test case due to a different backtrace being generated for
triggering the local failures. Point to the functions called by those
instead of these two functions to get this working with both gcc-9 and
gcc-10.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/hwsim/test_eap_proto.py