bugzilla-noreply at freebsd.org
2017-May-10 05:17 UTC
[Bug 219154] [PATCH] buffer overflows in realpath(3)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219154 --- Comment #1 from Jan Kokem?ller <jan.kokemueller at gmail.com> --- I found those bugs with LLVM libFuzzer [1]. The fuzz target here [2] should generate some interesting inputs fairly quickly (when using on the unpatched realpath(3)). This fuzzer results in 100% code coverage according to clangs coverage report. [1]: http://llvm.org/docs/LibFuzzer.html [2]: https://github.com/jiixyj/realpath-fuzzer -- You are receiving this mail because: You are the assignee for the bug.