[PATCH] D95112: X86: Fix use-after-realloc in X86AsmParser::ParseIntelExpression

Duncan P. N. Exon Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 19:08:49 PST 2021


dexonsmith added a comment.

(I had intended to reference https://reviews.llvm.org/D94739... not sure why it took me three tries to get the right link.)

@dblaikie, I've added you here since you reviewed the `SmallVector` patch that triggered the problem, but let me know if you'd rather I found another reviewer. In case it's helpful, the Lex and UnLex functions are defined at https://github.com/llvm/llvm-project/blob/main/llvm/include/llvm/MC/MCParser/MCAsmLexer.h#L77.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95112/new/

https://reviews.llvm.org/D95112



More information about the llvm-commits mailing list