zeek/testing/btest/scripts/base
Tim Wojtulewicz d5ebaf476d Avoid thread-leak in scripts.base.frameworks.file-analysis.bifs.enable-disable btest
This btest uses the exit() BIF to shut down, which immediately calls
::exit() and kills Zeek without doing any shutdown. This will sometimes
leave the thread running the storage manager, which causes TSan to
complain about a thread leak. Switch to use the terminate() BIF instead
which cleanly shuts down all of Zeek.
2025-03-21 11:56:27 -07:00
..
files Merge branch 'files_pe_timestamp_sync' of https://github.com/mvhensbergen/zeek 2024-05-29 14:16:31 +01:00
frameworks Avoid thread-leak in scripts.base.frameworks.file-analysis.bifs.enable-disable btest 2025-03-21 11:56:27 -07:00
misc Parse and store localversion string 2024-04-17 14:17:22 -07:00
protocols SSH: make banner parsing more robust 2025-03-18 16:19:33 +00:00
utils Add is_valid_subnet BiF 2025-03-18 20:25:32 -07:00