aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-05-28 20:07:20 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-05-29 10:59:04 +0200
commit29e1c586430c5f75a41d18cd344f39ad8d027000 (patch)
tree7d5ca923e24e88c218709efdc0e3296e16b8d9a3
parentc82be739bc6c198552f1361e604d5ca75b891b41 (diff)
downloadstrongswan-29e1c586430c5f75a41d18cd344f39ad8d027000.tar.bz2
strongswan-29e1c586430c5f75a41d18cd344f39ad8d027000.tar.xz
leak-detective: Whitelisted memory leaks in FHH IMCs and IMVs
-rw-r--r--src/libstrongswan/utils/leak_detective.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstrongswan/utils/leak_detective.c b/src/libstrongswan/utils/leak_detective.c
index ad67c0380..1dfeea557 100644
--- a/src/libstrongswan/utils/leak_detective.c
+++ b/src/libstrongswan/utils/leak_detective.c
@@ -606,6 +606,9 @@ static char *whitelist[] = {
"system__tasking__stages__create_task",
/* in case external threads call into our code */
"thread_current_id",
+ /* FHH IMCs and IMVs */
+ "TNC_IMC_NotifyConnectionChange",
+ "TNC_IMV_NotifyConnectionChange",
};
/**