[PATCH] D54469: Introduce new `disable_init` ASan option that is only supported on platforms where `SANITIZER_SUPPORTS_DISABLED_INIT` is true. Currently this is only supported on Darwin.

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 29 09:36:43 PST 2018


delcypher updated this revision to Diff 175889.
delcypher added a comment.

Fix mistake in Darwin implementation of `HandleDlopenInit()` where we never actually
did the initialization.


Repository:
  rCRT Compiler Runtime

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

https://reviews.llvm.org/D54469

Files:
  lib/asan/asan_fuchsia.cc
  lib/asan/asan_internal.h
  lib/asan/asan_linux.cc
  lib/asan/asan_malloc_mac.cc
  lib/asan/asan_rtems.cc
  lib/asan/asan_rtl.cc
  lib/asan/asan_win.cc
  lib/sanitizer_common/sanitizer_platform.h
  test/asan/TestCases/Darwin/init_for_dlopen.cc
  test/sanitizer_common/ios_commands/iossim_run.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54469.175889.patch
Type: text/x-patch
Size: 7496 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181129/e63cf61f/attachment.bin>


More information about the llvm-commits mailing list