Closed GoogleCodeExporter closed 9 years ago
I don't think Asan instrument allocas or VLAs, do we? Sounds like a useful
addition though.
Original comment by tetra2...@gmail.com
on 29 Sep 2014 at 10:57
I think in LLVM we instrument all static allocas, which may include C-level
allocas (in addition to plain local variables).
Original comment by euge...@google.com
on 29 Sep 2014 at 12:33
Today clang's asan does not instrument variable sized allocas.
This can be done and would be a nice thing to have, by is a low priority for us
at this point. Maybe once we start instrumenting glibc with clang's asan this
will become more interesting.
Patches are welcome, as always. :)
Dupping against issue 138
Original comment by konstant...@gmail.com
on 29 Sep 2014 at 9:03
Original issue reported on code.google.com by
kirill.s...@gmail.com
on 28 Sep 2014 at 10:18