Fuchsia's libc provides a new hook (sanitizer_module_loaded) which calls hwasan_library_loaded in the startup path which will register globals in loaded modules.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
lgtm
compiler-rt/lib/hwasan/hwasan.cpp | ||
---|---|---|
343 | You could make this an if constexpr instead of #if to avoid the unused static function warning. |
You could make this an if constexpr instead of #if to avoid the unused static function warning.