mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-31 20:44:18 +00:00
564f845b74
Summary: Now that ubsan does function interception (for signals), we need to ensure that ubsan is initialized before any library constructors are called. Otherwise, if a constructor calls sigaction, ubsan will intercept in an unitialized state, which will cause a crash. This patch is a partial revert of r317757, which removed preinit arrays for ubsan. Reviewers: vitalybuka, eugenis, pcc Subscribers: kubamracek, mgorny, llvm-commits, #sanitizers Differential Revision: https://reviews.llvm.org/D42389 llvm-svn: 323249 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ubsan_checks.inc | ||
ubsan_diag_standalone.cc | ||
ubsan_diag.cc | ||
ubsan_diag.h | ||
ubsan_flags.cc | ||
ubsan_flags.h | ||
ubsan_flags.inc | ||
ubsan_handlers_cxx.cc | ||
ubsan_handlers_cxx.h | ||
ubsan_handlers.cc | ||
ubsan_handlers.h | ||
ubsan_init_standalone_preinit.cc | ||
ubsan_init_standalone.cc | ||
ubsan_init.cc | ||
ubsan_init.h | ||
ubsan_interface.inc | ||
ubsan_platform.h | ||
ubsan_signals_standalone.cc | ||
ubsan_signals_standalone.h | ||
ubsan_type_hash_itanium.cc | ||
ubsan_type_hash_win.cc | ||
ubsan_type_hash.cc | ||
ubsan_type_hash.h | ||
ubsan_value.cc | ||
ubsan_value.h | ||
ubsan_win_dll_thunk.cc | ||
ubsan_win_dynamic_runtime_thunk.cc | ||
ubsan_win_weak_interception.cc | ||
ubsan.syms.extra | ||
weak_symbols.txt |