mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Async DNS lookups may cause memleaks under certain conditions.
This commit is contained in:
parent
0291083170
commit
6c806b0bce
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
@load ./base
|
||||
|
||||
# Load the script to add hostnames to emails by default.
|
||||
@load ./extend-email/hostnames
|
||||
# NOTE: this exposes a memleak in async DNS lookups.
|
||||
#@load ./extend-email/hostnames
|
Loading…
Add table
Add a link
Reference in a new issue