[PATCH] D62226: [libFuzzer] Ignore synthetic exceptions on Fuchsia

Aaron Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 21 18:25:10 PDT 2019


aarongreen created this revision.
aarongreen added reviewers: phosek, mcgrathr.
Herald added a reviewer: jfb.
Herald added projects: LLVM, Sanitizers.
Herald added subscribers: llvm-commits, Sanitizers.

Fuchsia has several exceptions which are merely informational and should not be treated as crashes.  This patch puts logic that read from the exception port and handled the exception in a loop, and ignores non-exceptions and informational exceptions.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D62226

Files:
  compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62226.200623.patch
Type: text/x-patch
Size: 5641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190522/a318bb5e/attachment-0001.bin>


More information about the llvm-commits mailing list