[PATCH] New "strict_string_checks" run-time flag

Maria Guseva m.guseva at samsung.com
Mon Apr 6 04:21:34 PDT 2015


Attached patch with minor update due to recent feedback:

- removed extra vertical space in tests
- don't prefix new tsan macros with TSAN_

If it's okay now, can anyone commit it please?


http://reviews.llvm.org/D7123

Files:
  lib/asan/asan_interceptors.cc
  lib/asan/tests/asan_str_test.cc
  lib/msan/msan_interceptors.cc
  lib/sanitizer_common/sanitizer_common_interceptors.inc
  lib/sanitizer_common/sanitizer_flags.inc
  lib/tsan/rtl/tsan_interceptors.cc
  test/asan/TestCases/atoi_strict.c
  test/asan/TestCases/atol_strict.c
  test/asan/TestCases/atoll_strict.c
  test/asan/TestCases/strcat_strict.c
  test/asan/TestCases/strchr_strict.c
  test/asan/TestCases/strcmp_strict.c
  test/asan/TestCases/strncat_strict.c
  test/asan/TestCases/strtol_strict.c
  test/asan/TestCases/strtoll_strict.c

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7123.23266.patch
Type: text/x-patch
Size: 45703 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150406/f49f9749/attachment.bin>


More information about the llvm-commits mailing list