]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix last_scan_res update existing BSS entry is update
authorJouni Malinen <j@w1.fi>
Mon, 10 Sep 2012 10:33:29 +0000 (12:33 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 10 Sep 2012 10:36:55 +0000 (12:36 +0200)
commit762b99db7a76803d1ad274e87caa6fe870d47441
tree48b926ce1f9aaf523c0bdd6ccc811889dc19e9c4
parente88f0901ebfeac3cd07b8408c880bb4d8c3dbdb9
Fix last_scan_res update existing BSS entry is update

The BSS pointer may change if the entry needs to be reallocated
and the new pointer has to be added to the last_scan_res array
to avoid using pointers to freed memory.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/bss.c