Arne Welzel
Arne Welzel
Somewhere in the corner of asking for trouble: When building Zeek with AF_Packet support builtin (#2401) and then also building and installing the plugin externally, there's a `heap-user-after-free` triggered on...
I've seen this twice now, so opening an issue. This happened in a `centos-7` job. ``` [doctest] doctest version is "2.4.8" [doctest] run with "--help" for options =============================================================================== ../../src/DNS_Mgr.cc:1614: TEST...
This has come up a few times and the motivation is mainly better "first timer" experience with Zeek. Concretely, if one wants to run a Zeek cluster with multiple workers...
Introduce two new events for analyzer confirmation and analyzer violation reporting. The current analyzer_confirmation and analyzer_violation events assume connection objects and analyzer ids are available which is not always the...
spicy/justrx: src/re-parse.y:3:2: error: unterminated conditional directive (macosx_monterey only)
The macosx_monterey task is failing regularly. @rsmmr suggested it's a compiler error and I finally looked. There's some issue with spicy, justrx, __clang_analyzer__. https://cirrus-ci.com/task/5958948548247552 ``` ... [ 10%] Building C...
Splitting this out from #2386: Runtime for copying a table of a simple string to count table varies wildly and unexpectedly. Initial population time and pure iteration time appear to...
@Mohan-Dhawan reports fatal/errors when copying a table with 10 million entries crashes with "fatal error: Dictionary (size 1452082) insertion distance too far: 65535". Tested with Zeek 4.2.2 and Zeek 5.0....
Testing some scenarios in zeek/zeek#2394, `_Rb_tree` code is standing out in the profiles for publish_id of a table with 1mio entries. Maybe using `std::unordered_map` for `broker::table` could improve performance for...
In zeek/zeek#2394 a performance bottleneck pointing at `vector::erase()` was observed. The following test reproduced this by starting 16 workers and a manager, then produces 1mio Intel items in quick succession...
Make sure these boxes are signed before submitting your Pull Request -- thank you. - [x] I have read the contributing guide lines at https://docs.suricata.io/en/latest/devguide/contributing/contribution-process.html - [x] I have signed...