]> git.ipfire.org Git - thirdparty/hostap.git/commit
OWE: Fix a possible memory leak on error path
authorIlan Peer <ilan.peer@intel.com>
Wed, 3 Apr 2019 12:16:15 +0000 (15:16 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 6 Apr 2019 14:02:13 +0000 (17:02 +0300)
commit0487967153aca5eb83c12578a2d27648b9f69d95
treed6362d7534de9579317c0f3758e8172ab7018991
parent277fa92b376726dbe4bdc765ed2e084d8050ee1e
OWE: Fix a possible memory leak on error path

Properly handle the case where OWE IE is allocated, but
there is no space left to add it in the WPA IE buffer.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
wpa_supplicant/wpa_supplicant.c