Fix size calculation from r339380
r339380 changed the trailing types of ParsedAttr to use llvm::TrailingObjects. However, it did not copy over one of the size attributes, causing a too small allocation for this object. The error was detected with AddressSanitizer use-after-poison llvm-svn: 339409
Loading
Please register or sign in to comment