Clang inserts GetElementPtrInst so findAllocaForValue was not
able to find allocas.
PR27453
Differential D22657
[ASAN] Fix detection of stack-use-after scope for char arrays. vitalybuka on Jul 21 2016, 4:23 PM. Authored by
Details Clang inserts GetElementPtrInst so findAllocaForValue was not PR27453
Diff Detail
Event TimelineComment Actions This needs an IR-level test that shows that proper instrumentation appears on lifetime-after-gep allocas.
Comment Actions LGTM
|