Tim Wojtulewicz

Results 301 comments of Tim Wojtulewicz

I'm closing this for now. We've made a good stab at closing out a lot of the clang-tidy and Coverity findings. The rest can be worked on over time.

I tried to run this locally as well and ran into the second case, where I let it run for a couple hours before eventually hitting ctrl-c. I think ignoring...

I can confirm that this is still a problem (as of fdc8132a93ca796d78ee09575780532e37b296bd): ``` tim@nuc build% zeek -D -C -r ~/longish-quic-flows.pcap ThreadSanitizer:DEADLYSIGNAL ==2535954==ERROR: ThreadSanitizer: SEGV on unknown address 0x7fffeeeb8000 (pc 0x555555ee6ff2...

I would greatly prefer if we could centralize this somewhere. It's annoying to have to go through all of the various repos to update them when we modify the list...

Another annoyance I have with the current CI configuration is this: ``` config: &CONFIG --build-type=release --disable-broker-tests --prefix=$CIRRUS_WORKING_DIR/install --ccache --enable-werror -D FETCHCONTENT_FULLY_DISCONNECTED:BOOL=ON no_spicy_config: &NO_SPICY_CONFIG --build-type=release --disable-broker-tests --disable-spicy --prefix=$CIRRUS_WORKING_DIR/install --ccache --enable-werror static_config:...

> I believe we wanted to explore Starlark in the past, but never got around to it? I'm all for it. We definitely talked about it at one point but...

I've been tinkering with Starlark (SL) on a fork, primarily so I don't blow up Zeek's Cirrus log with a ton of failed builds. I have a Zeek build running...

I copied it over out of my fork into `topic/timw/starlark`. I'm going to close this ticket since there's not much else to do here.

I pulled these from zeek-test at LBL (with @initconf's approval). This is from dpd.log for the 24 hours of 2025/05/28, with any `uniq -c` counts under 10 removed. ``` 10...

I would opt for the actual tag names you would use in a script, so something like `vector(Storage::SQLITE_BACKEND_SQLITE, Storage::STORAGE_BACKEND_REDIS, Storage::STORAGE_SERIALIZER_JSON)`. If you look at the output of `zeek -NN`, you...