This is an archive of the discontinued LLVM Phabricator instance.

llvm-cfi-verify fixed GraphBuilder memory leak.
AbandonedPublic

Authored by hctim on Oct 4 2017, 3:01 PM.

Details

Reviewers
vlad.tsyrklevich
Summary

Fixed memleak when deleting orphaned nodes (clean up the whole chain instead of just the first node).

Thanks ASAN team >;)

Event Timeline

hctim created this revision.Oct 4 2017, 3:01 PM
vlad.tsyrklevich requested changes to this revision.Oct 5 2017, 1:26 PM
Could this be part of the change this code is introduced in instead?
This revision now requires changes to proceed.Oct 5 2017, 1:26 PM
hctim abandoned this revision.Oct 5 2017, 1:50 PM

Backpatched into D38427.