]> git.ipfire.org Git - thirdparty/hostap.git/commit
Check hmac_md5() result in radius_msg_verify_msg_auth()
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 16 May 2016 17:06:46 +0000 (20:06 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 16 May 2016 17:07:58 +0000 (20:07 +0300)
commit38eee0f599fcc7bc161c0a801698a00d1b5fa54a
treef3e9b06abc19d88767fd84751ae587ec220fd654
parent05dad946b39b7da10ac042376eea408e049d45e7
Check hmac_md5() result in radius_msg_verify_msg_auth()

This gets rid of a valgrind warning on uninitialized memory read in the
hostapd_oom_wpa2_eap_connect test case where memcmp is used after failed
hmac_md5() call.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/radius/radius.c