]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-FAST peer: Fix error path handling for Session-Id
authorJouni Malinen <j@w1.fi>
Sat, 12 Dec 2015 09:12:32 +0000 (11:12 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 12 Dec 2015 09:12:32 +0000 (11:12 +0200)
commitb1d8c5ce6a60111e94fa9b8720acb362fe04f608
tree2faa5a9300edd9e4de3ae67167f8c41d8b45d030
parent36478a16e622059b71337570e089f932e299358b
EAP-FAST peer: Fix error path handling for Session-Id

It was possible to hit a NULL pointer dereference if Session-Id
derivation failed due to a memory allocation failure.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/eap_peer/eap_fast.c