]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-FAST: Check sha1_t_prf() result in eap_fast_get_cmk()
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 16 May 2016 19:24:01 +0000 (22:24 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 16 May 2016 19:24:01 +0000 (22:24 +0300)
commit92abe3782fd2a31dd867ab2015af8ae2cc37d2df
tree2129e10241ba9a2f1837972a1baa5f109fd617e7
parent636a23881bafb18b28465793a03d058103138cd8
EAP-FAST: Check sha1_t_prf() result in eap_fast_get_cmk()

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

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