Tim Wojtulewicz

Results 150 comments of Tim Wojtulewicz

I re-merged this as 09a89303a56a76c5052788c99a3f25110a93ef89 since I needed to go back in time a little bit to fix a VERSION file issue, and git was being a pain with the...

macOS's `libtool` command has an argument for this called `-no_warning_for_no_symbols`, but the problem is that most of these come from third-party libraries so we have to be able to override...

Yep, that's https://github.com/zeek/broker/issues/232.

I opened https://github.com/c-ares/c-ares/pull/474 to fix the warnings from c-ares. It looks like CAF will probably need similar fixes.

The best way to create corpora may be to pick out a few representative traces for each protocol from our traces library (or from other places) and just run them...

Another good thing to add here would be fuzzers for packet analyzers.

While looking at the coverage numbers of oss-fuzz, @JustinAzoff discovered that we're potentially missing a ton of coverage because the event handlers aren't defined and so checking for them always...

https://github.com/zeek/zeek/pull/2320 adds fuzzers for ftp, http, imap, and smtp. It also expands the corpus for the packet fuzzer to add a couple of icmp files.

Here's the asan report, at least for the first statement. I haven't checked the second but I assume it's similar. ``` ==4126==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x6030010872e8 at pc 0x000109c85dd7...

From a really quick glance at it in a debugger, it looks like the `Frame` object is getting filled in weird. It tries to call `GetElement()` on the frame right...