Check md5_vector() result in radius_msg_verify()
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 16 May 2016 17:04:29 +0000 (20:04 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 16 May 2016 17:07:53 +0000 (20:07 +0300)
commit05dad946b39b7da10ac042376eea408e049d45e7
tree71cce6e84266578fc5adbeb305030418043dbe3d
parentaae125e2cff0fe4da509ab0b0232ba890cf5bb1d
Check md5_vector() result in radius_msg_verify()

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

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