[PATCH] D58533: [hwasan, asan] Intercept vfork.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 21 16:26:10 PST 2019


eugenis added a comment.

This is the second attempt. It adds:

- a fix in __asan_handle_vfork
- a fix for win32 build
- a fix for mac build
- fixed .note.GNU-stack syntax that works with arm32 assembler
- x86_64 vfork interceptor


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58533/new/

https://reviews.llvm.org/D58533





More information about the llvm-commits mailing list