Within the MatchFPUWaitAlias function, Operands[0] is potentially overwritten leading to &Op referencing a deleted object. To fix this, assign the reference after the function.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D57376
X86Parser: Fix potential reference to deleted object BrandonTJones on Jan 29 2019, 3:24 AM. Authored by
Details Within the MatchFPUWaitAlias function, Operands[0] is potentially overwritten leading to &Op referencing a deleted object. To fix this, assign the reference after the function.
Diff Detail
Event Timeline |