[PATCH] D91825: [hwasan] Implement error report callback.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 14:39:23 PST 2020


eugenis created this revision.
eugenis added reviewers: pcc, hctim.
Herald added a project: Sanitizers.
Herald added a subscriber: Sanitizers.
eugenis requested review of this revision.

Similar to __asan_set_error_report_callback, pass the entire report to a
user provided callback function.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D91825

Files:
  compiler-rt/include/sanitizer/hwasan_interface.h
  compiler-rt/lib/hwasan/hwasan_interface_internal.h
  compiler-rt/lib/hwasan/hwasan_report.cpp
  compiler-rt/test/hwasan/TestCases/set-error-report-callback.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91825.306540.patch
Type: text/x-patch
Size: 4550 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201119/85330cda/attachment-0001.bin>


More information about the llvm-commits mailing list