]> git.ipfire.org Git - thirdparty/hostap.git/commit
ACS: Fix number of error path issues
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 24 Mar 2014 20:38:35 +0000 (22:38 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 25 Mar 2014 11:12:29 +0000 (13:12 +0200)
commit4d1e38be9e833c4040243d101d34c8ded4b949e1
tree46e74aaa169e7c1ad95be765b67431e16f855c8c
parent09e38c2fce261d512b81bbe941d7d804b54cd048
ACS: Fix number of error path issues

Especially when multiple BSSes are used with ACS, number of the error
paths were not cleaning up driver initialization properly. This could
result in using freed memory and crashing the process if ACS failed.

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