]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix potential memory leak with identity/radius_cui
authorMichael Braun <michael-dev@fami-braun.de>
Thu, 18 May 2017 13:21:54 +0000 (15:21 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 6 Apr 2018 16:01:16 +0000 (19:01 +0300)
commit17a8a9893ff535231ad6bf15134abd73af2acb8d
treee341d930e868bfc42663c358124d5b083c615340
parent473e51762dc5f19bf45f479c40f06108117cb192
Fix potential memory leak with identity/radius_cui

ieee802_11_set_radius_info() might be called with a STA entry that has
already stored identity and/or radius_cui information, so make sure the
old values get freed before being replaced by the new ones.

Signed-off-by: Michael Braun <michael-dev@fami-braun.de>
src/ap/ieee802_11.c