]> git.ipfire.org Git - thirdparty/hostap.git/commit
MBO: Fix possible memory leak in anqp_send_req()
authorIlan Peer <ilan.peer@intel.com>
Thu, 8 Jun 2017 08:17:58 +0000 (11:17 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 8 Jul 2017 13:14:03 +0000 (16:14 +0300)
commit422570eec805331de05156244b6301d5d8b6a998
tree8634b5fb0cfc6ea2988c9745ee9453580573403b
parente4e99927bf6b92ed096c3e5d121633e5b5004180
MBO: Fix possible memory leak in anqp_send_req()

In case that an mbo object is allocated, but there is a failure
to resize the wpabuf, need to free the mbo object.

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