OSDN Git Service

implemented wrapper script to replace calls to calloc()
authorThomas Lively <tlively@google.com>
Thu, 14 Jul 2016 21:29:59 +0000 (14:29 -0700)
committerThomas Lively <tlively@google.com>
Thu, 14 Jul 2016 21:29:59 +0000 (14:29 -0700)
commitf0f80654e8bafb18d795c3c77f590ee885ea753a
treec7838b4ce507b6d186a1fd6aeb932d97f3bbd0ff
parentf6c41e46ac899f3bf606dd824890eeedefa81750
implemented wrapper script to replace calls to calloc()

BUG=https://bugs.chromium.org/p/nativeclient/issues/detail?id=4374
R=kschimpf@google.com, stichnot@chromium.org

Review URL: https://codereview.chromium.org/2145213002 .
docs/ASAN.rst
pydir/sz-clang++.py [new file with mode: 0755]
pydir/sz-clang.py [new file with mode: 0755]
pydir/sz_clang_dummies.c [new file with mode: 0644]
pydir/sz_driver.py [new file with mode: 0644]
tests_lit/asan_tests/Input/calloc.c [new file with mode: 0644]
tests_lit/asan_tests/Input/calloc_err.c [new file with mode: 0644]
tests_lit/asan_tests/calloc.ll [new file with mode: 0644]
tests_lit/asan_tests/calloc_err.ll [new file with mode: 0644]