mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00

* origin/topic/jsiwek/fix-dns-double-free: Fix double-free of DNS_Mgr_Request object (addresses #661) Closes #661.
9 lines
198 B
Text
9 lines
198 B
Text
# We once had a bug where DNS lookups at init time lead to an immediate crash.
|
|
#
|
|
# @TEST-EXEC: bro %INPUT >output 2>&1
|
|
# @TEST-EXEC: btest-diff output
|
|
|
|
const foo: set[addr] = {
|
|
google.com
|
|
};
|
|
|