]> git.ipfire.org Git - thirdparty/hostap.git/commit
Check md5_vector() result in decrypt_ms_key()
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 16 May 2016 17:08:53 +0000 (20:08 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 16 May 2016 17:08:53 +0000 (20:08 +0300)
commit2c3d95c7e050b99bec303026369ebaafc5aab5f2
tree80756c87e258c93b1697267e6c624455e6cc1000
parent38eee0f599fcc7bc161c0a801698a00d1b5fa54a
Check md5_vector() result in decrypt_ms_key()

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

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