[PATCH] D29463: [asan] Intercept SetUnhandledExceptionFilter.
Marcos Pividori via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 2 10:48:59 PST 2017
mpividori added a comment.
Also, I realized on this difference after executing some tests for libFuzzer on Linux and Windows. On Linux the FPE error was handled by asan, and on Windows it was handled by libFuzzer. (After https://reviews.llvm.org/D29462)
https://reviews.llvm.org/D29463
More information about the llvm-commits
mailing list