]> git.ipfire.org Git - thirdparty/hostap.git/commit
WPS: Check malloc success on workaround path
authorJouni Malinen <j@w1.fi>
Fri, 15 Jul 2011 11:21:50 +0000 (14:21 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 15 Jul 2011 11:21:50 +0000 (14:21 +0300)
commitd87e90b646aa9c63d334f3b48dcdc60dc13ed96e
tree2087b1ca5f7a4d1e95858e75e30ec95753af532b
parent21fe9e757e5f9e793662ebf319711224e6329ec1
WPS: Check malloc success on workaround path

ssid->ssid could be NULL here if malloc failed, so better check that
consistently.
wpa_supplicant/wps_supplicant.c