]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Ignore large memory blocks when searching for keys
authorBenjamin Berg <benjamin.berg@intel.com>
Fri, 14 Jun 2024 08:13:51 +0000 (10:13 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 11 Jul 2024 16:55:48 +0000 (19:55 +0300)
commit7f3fe956d8d0207fea09cf3b39d06d29ae20c913
tree55856c8c7913903205874a7c9dd3bad5708775e0
parent58b27595514e0f838743a8463742ca9b92e81367
tests: Ignore large memory blocks when searching for keys

wpa_supplicant will generally never allocate a memory block of that
size. We can therefore assume that it belongs to ASAN and we need to
ignore it.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
tests/hwsim/test_ap_psk.py