Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not patch PLT stubs for MallocStackLogging in MacOS
MacOS has some memory interposition libraries that can make us crash (via stackoverflow when initializing TLS variables) if we patch them. This is because these libraries interact in a way we cannot avoid with libdyld, which in turn sets the TLS on first init.
- Loading branch information