]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Clear connect command message buffer
authorJouni Malinen <jouni@codeaurora.org>
Tue, 5 Feb 2019 18:34:34 +0000 (20:34 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 5 Feb 2019 21:34:30 +0000 (23:34 +0200)
commit0fa33e05b47474040d7b1b87bf3bce485b7b430a
tree3b4ee848c1e8280ef6a97e25eb8d3abe961522e2
parentb14e8ea1d212c29e66af874047b345fa5d5bc6ac
nl80211: Clear connect command message buffer

This command can include keys (WEP or PSK for offload), so the message
buffer needs to be cleared explicitly after use to avoid leaving such
material in heap memory unnecessarily.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/drivers/driver_nl80211.c