From: Jouni Malinen Date: Wed, 6 Jan 2016 18:05:11 +0000 (+0200) Subject: tests: EAP-EKE peer OOM in building ID message X-Git-Tag: hostap_2_6~1028 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=491e2d260ddb68b1506b48d1bf96118a0128542f;p=thirdparty%2Fhostap.git tests: EAP-EKE peer OOM in building ID message The previous attempt at testing this path ended up selecting a different wpabuf_alloc() call. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_eap_proto.py b/tests/hwsim/test_eap_proto.py index 46efac8a9..2276b2056 100644 --- a/tests/hwsim/test_eap_proto.py +++ b/tests/hwsim/test_eap_proto.py @@ -2215,6 +2215,7 @@ def test_eap_proto_eke_errors(dev, apdev): (1, "eap_eke_build_msg;eap_eke_process_id", None), (1, "wpabuf_alloc;eap_eke_process_id", None), (1, "=eap_eke_process_id", None), + (1, "wpabuf_alloc;=eap_eke_process_id", None), (1, "wpabuf_alloc;eap_eke_process_id", None), (1, "eap_eke_build_msg;eap_eke_process_commit", None), (1, "wpabuf_resize;eap_eke_process_commit", None),