[PATCH] D22227: [ubsan] Disable bounds-check for flexible array ivars

Adrian Prantl via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 3 20:16:36 PDT 2016


aprantl added a comment.

Not knowing the specifics of the ObjC class layout: Does this work correctly with private ivars (i.e.: Does this need an extra check that there are no extra ivars in a later @implementation)?


https://reviews.llvm.org/D22227





More information about the cfe-commits mailing list