Arne Welzel
Arne Welzel
Increased system load with Myricom reported on Slack, reopening: https://zeekorg.slack.com/archives/CSZBXF6TH/p1680251320373239?thread_ts=1680178291.086299&cid=CSZBXF6TH
> Furthermore, it uses the OpenSSL 3.x.x libraries which are not (yet) commonly used in distributions like Debian (though that seems to change this year). After testing and experimenting with...
For extensive testing material, the [QUIC Interop Runner](https://interop.seemann.io/) project records pcaps when executing test cases for interop purposes of different implementations and scenarios. https://github.com/marten-seemann/quic-interop-runner/
I guess #2446 was a duplicate report and #2512 moved the reporter errors from memory corruption to a runtime error: ``` $ cat x.zeek event zeek_init() { print Broker::data("", "",...
> or if it does, that it should be a warning rather than a harder error. > I'd leave that all to the return handling. I've marked it a bug....
> Another point of note, all three commands are sent in a single packet - I'm not sure if this matters to the smb2 protocol scripts or not. I stared...
We do have proliferation of min/max variants for double, int, count already :-( https://github.com/zeek/zeek/blob/bc0f85caa86345c138ef740b0f23c5b43840fde0/scripts/base/init-bare.zeek#L2234-L2242 Other thought outside of proper templating/generics and JS specifically for this might be to add `min()`...
Hey @nickwilliams-eventbrite , thanks for taking a stab at that issue. I've looked through your changes and attempted to run them with the test app from #1978 - some thoughts...
The `failed to clone git repo` is around doing a checkout upon constructing the default source. Adding a bit of `-vv` to the reproducer provides the details: ``` $ make...
I hit another one that is seemingly independent of the default source, but same class of errors, Cloning/checking out the template repo seems also racy: ``` 2022-10-12 14:08:40 ERROR problem...