DescriptionFeedback vector: ASAN found memory leaks during AST Numbering pass.
The cause was dynamic allocation of an accounting structure used to
create/initialize the type feedback vector, done at the end of the
numbering pass. The solution is to Zone-allocate the structure to
bring it's lifetime in line with the compilation unit.
BUG=
Committed: https://crrev.com/7478c5a0cc4baccf30d83e01be8a8dc5cbe65900
Cr-Commit-Position: refs/heads/master@{#27241}
Patch Set 1 #Patch Set 2 : Minor fixes. #
Messages
Total messages: 7 (2 generated)
|