zeek/testing/btest/scripts/base/frameworks/file-analysis/bifs
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
..
enable-disable.zeek Avoid thread-leak in scripts.base.frameworks.file-analysis.bifs.enable-disable btest 2025-03-21 11:56:27 -07:00
file_exists_lookup_file.zeek minor BTest generalizations & simplifications 2023-07-13 13:10:14 -07:00
register_mime_type.zeek General btest cleanup 2020-08-11 11:26:22 -07:00
remove_action.zeek General btest cleanup 2020-08-11 11:26:22 -07:00
set_timeout_interval.zeek General btest cleanup 2020-08-11 11:26:22 -07:00
stop.zeek General btest cleanup 2020-08-11 11:26:22 -07:00