Chris Palmer
Chris Palmer
******************************************************************************* Before sending a pull request, please review Contribution Guidelines: https://github.com/google/syzkaller/blob/master/docs/contributing.md *******************************************************************************
Thanks for publishing `fe`! It's very cool. Turning on more compiler warnings (I enjoy strange hobbies) I found this: ``` // src/fe.c:203:49: warning: comparing floating point with == or !=...
Something like 2/3rds of vulnerabilities in common software are due to memory unsafety. (See e.g. https://alexgaynor.net/2020/may/27/science-on-memory-unsafety-and-security/) It'd be cool if Scorecard would score dependencies on how much safe/unsafe code they...
### What is the issue? https://man7.org/linux/man-pages/man1/systemd-run.1.html says `--wait` was added in version 232, so people with versions older than that see this: ``` 2024-05-07 00:28:59 c2n: running "systemd-run --wait --pipe...
Fix some typos, Markdown, `rustfmt`, and use a (necessary) double dash for `--version`.