[PATCH] D27281: [libFuzzer] Diff 9 - Properly use unsigned for "workers" and "jobs" flags, and process id.

Marcos Pividori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 30 13:38:55 PST 2016


mpividori created this revision.
mpividori added reviewers: amccarth, kcc, zturner.
mpividori added a subscriber: llvm-commits.
mpividori set the repository for this revision to rL LLVM.

According to amccarth's suggestions in:
 + https://reviews.llvm.org/D27234?id=79657#inline-234115
 + https://reviews.llvm.org/D27234#inline-234114

For process id, I use a long unsigned to be sure it can hold a 32 bit unsigned (DWORD).


Repository:
  rL LLVM

https://reviews.llvm.org/D27281

Files:
  lib/Fuzzer/FuzzerDriver.cpp
  lib/Fuzzer/FuzzerFlags.def
  lib/Fuzzer/FuzzerLoop.cpp
  lib/Fuzzer/FuzzerUtil.cpp
  lib/Fuzzer/FuzzerUtil.h
  lib/Fuzzer/FuzzerUtilPosix.cpp
  lib/Fuzzer/FuzzerUtilWindows.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27281.79804.patch
Type: text/x-patch
Size: 6422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161130/0cdceb1b/attachment.bin>


More information about the llvm-commits mailing list