Interworking: Fix failed GAS query processing
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 28 Sep 2012 14:09:15 +0000 (17:09 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 28 Sep 2012 14:09:15 +0000 (17:09 +0300)
commitfa5c5b43e4b169dbd530c74e5e388a630901dc6e
tree7ecf125fa290b7e1de8eaea4325e8bb04c17e5a5
parent6407f4132f9691f6f1263245e531000b73aa5862
Interworking: Fix failed GAS query processing

The pending GAS entry must be removed from the list when it is removed.
This fixes an issue with potential segfault due to freed memory being
accessed if the driver fails to accept a GAS query.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/gas_query.c