[PATCH] New "strict_string_checks" run-time flag

Maria Guseva m.guseva at samsung.com
Thu Mar 5 08:50:06 PST 2015


Hi guys,
I've finally prepared the updated patch for "strict_string_checks" flag. The asan unit test modified to pass with strict checks enabled by default. Removed test cases are covered in lit tests. Please take a look.


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.21281.patch
Type: text/x-patch
Size: 43890 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150305/d3928c04/attachment.bin>


More information about the llvm-commits mailing list