DescriptionDo not iterate past the end on processing leaf class.
When checking that the leftmost class of a GC-derived class has the
expected shape, take care not step past the end of the leftmost class'
own base classes, i.e., when processing A in
class A { };
class B : public A, ...some GC base... { };
R=haraken
BUG=446580
Committed: https://crrev.com/ab26c4a28236793c15d9daa7cff89173be4cb527
Cr-Commit-Position: refs/heads/master@{#310253}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|