[PATCH] D27238: [libFuzzer] Diff 7 - Improve Signal Handler interface.
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 7 11:00:28 PST 2016
kcc added a comment.
non-windows code LGTM
================
Comment at: lib/Fuzzer/FuzzerUtilWindows.cpp:30
-LONG WINAPI SEGVHandler(PEXCEPTION_POINTERS ExceptionInfo) {
+static struct {
+ bool HandleAbrt = false;
----------------
Why do you need a copy of the flags?
Repository:
rL LLVM
https://reviews.llvm.org/D27238
More information about the llvm-commits
mailing list