From 6c806b0bce92193cde94989ce8ba28f62f9c9bb0 Mon Sep 17 00:00:00 2001 From: Seth Hall Date: Tue, 2 Aug 2011 11:08:44 -0400 Subject: [PATCH] Async DNS lookups may cause memleaks under certain conditions. --- policy/frameworks/notice/__load__.bro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/policy/frameworks/notice/__load__.bro b/policy/frameworks/notice/__load__.bro index 3c3c718cbe..7478a558a3 100644 --- a/policy/frameworks/notice/__load__.bro +++ b/policy/frameworks/notice/__load__.bro @@ -1,4 +1,5 @@ @load ./base # Load the script to add hostnames to emails by default. -@load ./extend-email/hostnames \ No newline at end of file +# NOTE: this exposes a memleak in async DNS lookups. +#@load ./extend-email/hostnames \ No newline at end of file