[PATCH] D73329: [libFuzzer] communicate through pipe to subprocess for MinimizeCrashInput

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 16:48:47 PST 2020


ychen updated this revision to Diff 243698.
ychen added a comment.

- make `ExecuteCommandWithPopen` return bool
- split out TempPath prefixing part as separate NFC patch


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73329/new/

https://reviews.llvm.org/D73329

Files:
  compiler-rt/lib/fuzzer/FuzzerDriver.cpp
  compiler-rt/lib/fuzzer/FuzzerUtil.h
  compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp
  compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73329.243698.patch
Type: text/x-patch
Size: 5431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200211/894f1d65/attachment.bin>


More information about the llvm-commits mailing list