[PATCH] Implement variable-sized alloca instrumentation.

Maxim Ostapenko m.ostapenko at partner.samsung.com
Fri Oct 31 07:43:30 PDT 2014


Hi kcc, samsonov, eugenis,

This patch implements variable-sized alloca instrumentation (https://code.google.com/p/address-sanitizer/issues/detail?id=138).

http://reviews.llvm.org/D6055

Files:
  lib/Transforms/Instrumentation/AddressSanitizer.cpp
  lib/asan/asan_fake_stack.cc
  lib/asan/asan_interface_internal.h
  lib/asan/asan_internal.h
  lib/asan/asan_report.cc
  test/asan/TestCases/Linux/interface_symbols_linux.c
  test/asan/TestCases/alloca_big_alignment.cc
  test/asan/TestCases/alloca_overflow_partial.cc
  test/asan/TestCases/alloca_overflow_right.cc
  test/asan/TestCases/alloca_underflow_left.cc
  test/asan/TestCases/alloca_unpoison_stack.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6055.15616.patch
Type: text/x-patch
Size: 14386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141031/da7f21b4/attachment.bin>


More information about the llvm-commits mailing list