Ben Kallus
Ben Kallus
Right now, control flow is collected by sending signals to afl-showmap. This is not only a hack, but inaccurate because the signal to start tracing must be sent before the...
Disadvantages: - People have to trust me - People may end up finding bugs that have already been fixed Advantages: - No more build time - Way less disk space...
I was trying to figure out what a minimal OLS configuration file would look like, and stumbled upon a segfault. Though this problem does result from an invalid config file,...
### Version `v23.0.0-pre` ### Platform `Linux cef57c85a6b6 6.8.9-arch1-2 #1 SMP PREEMPT_DYNAMIC Tue, 07 May 2024 21:35:54 +0000 x86_64 GNU/Linux` ### Subsystem `http` ### What steps will reproduce the bug? 0....
RFC 9110 specifies that header field names must be nonempty: > field-name = token > token = 1*tchar Libevent does not enforce this rule, and allows empty header names. For...
To see this for yourself, 0. Compile and run the following Mongoose HTTP server: ```C // Copyright (c) 2020 Cesanta Software Limited // All rights reserved // Heavily modified by...
❓ **I'm submitting a ...** - [X] 🐞 bug report - [ ] 🐣 feature request - [ ] ❓ question about the decisions made in the repository 🐞 **Describe...