]> git.ipfire.org Git - thirdparty/hostap.git/commit
trace: Share common implementation for TEST_FAIL and TEST_ALLOC_FAIL
authorBenjamin Berg <benjamin.berg@intel.com>
Mon, 20 Nov 2023 23:51:48 +0000 (01:51 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 26 Nov 2023 10:40:11 +0000 (12:40 +0200)
commit5545d995b3d550b531573bb5f20130319a868de8
treee891c0356228a003f12119a4496c64e313e30004
parent7d901dc7e797bea48cc01c0161a8d0a5ca6734b0
trace: Share common implementation for TEST_FAIL and TEST_ALLOC_FAIL

Get rid of more or less duplicated implementation of backtrace matching
for the two testing failure cases.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
src/utils/os.h
src/utils/os_unix.c