[PATCH] D27922: [libFuzzer] Diff 27 - Update afl driver to use std::istream::read() instead of posix read().
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 19 09:35:41 PST 2016
zturner added a comment.
Same comment as before about c++ / c.
If we have to use C here, you could use `fread(stdin...)`
Repository:
rL LLVM
https://reviews.llvm.org/D27922
More information about the llvm-commits
mailing list