Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: skip mini_racer_loader when malloc is overridden
LD_PRELOAD can potentially cause issues with the "symbols hidden" loader for mini_racer This will unconditionally skip the loader when LD_PRELOAD is specified and points to *malloc (eg jemalloc or tcmalloc) see: #292 (comment)
- Loading branch information