[PATCH] D142985: [LinkerWrapper] Fix memory issues due to unguarded accesses to global state

Mikael Holmén via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 31 23:49:20 PST 2023


uabelho added a comment.

@jhuber6 
I really have no idea about the fix, but I've run the linker-wrapper.c testcase with asan built binaries with this fix 500 times now without seeing any failures.
Without the fix it fails in like 1 out of 10 runs so it surely looks like the fix does something good!

Nice!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142985



More information about the cfe-commits mailing list