[PATCH] D58379: [compiler-rt] Intercept the bcmp() function.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 25 01:56:53 PST 2019


courbet updated this revision to Diff 188108.
courbet marked an inline comment as done.
courbet added a comment.

- Refactor common code for `memcmp` and `bcmp`.


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58379/new/

https://reviews.llvm.org/D58379

Files:
  lib/asan/tests/asan_mem_test.cc
  lib/sanitizer_common/sanitizer_common_interceptors.inc
  lib/sanitizer_common/sanitizer_platform_interceptors.h
  test/asan/TestCases/Posix/bcmp_test.cc
  test/asan/TestCases/memcmp_test.cc
  test/sanitizer_common/TestCases/Posix/weak_hook_test.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58379.188108.patch
Type: text/x-patch
Size: 8419 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190225/d7477ead/attachment.bin>


More information about the llvm-commits mailing list