search for: 1058979

Displaying 1 result from an estimated 1 matches for "1058979".

Did you mean: 1056979
2016 Oct 06
4
Adding asan poison to Recycler and ArrayRecycler
Hi all, I intend to add address sanitizer (un)poison calls to Recycler and ArrayRecycler since I spent a few hours tracking down a bug in the AMDGPU backend that turned out to be a use-after-free that would have been detected by asan if it weren't for the Recycler. See https://reviews.llvm.org/D25313. Naturally, such a change exposes a bunch of bugs or things that are dodgy and happen