Avoid referencing elements beyond internal vector size.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Was it the DCHECK issues I fixed with https://reviews.llvm.org/D103716 or something else?
Comment Actions
I stated that as a fix for DCHECK, but then I noticed that you already landed the fix.
However then I noticed .data() on just created string is still kind of not nice even if it has no DCHECK there.