This is an archive of the discontinued LLVM Phabricator instance.

Add asan hooks to Recycler and ArrayRecycler
Needs ReviewPublic

Authored by nhaehnle on Oct 6 2016, 4:52 AM.

Details

Reviewers
chandlerc
bogner
Summary

Already fix some use-after-frees.

Event Timeline

nhaehnle updated this revision to Diff 73765.Oct 6 2016, 4:52 AM
nhaehnle retitled this revision from to Add asan hooks to Recycler and ArrayRecycler.
nhaehnle updated this object.
nhaehnle added reviewers: chandlerc, bogner.
nhaehnle added a subscriber: llvm-commits.
nhaehnle updated this revision to Diff 74643.Oct 14 2016, 3:00 AM

Extract the MergeStore part to D25601.