[PATCH] D17891: [sanitizer] Fix strlen assumptions in sanitizer interception code

Derek Bruening via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 4 08:47:44 PST 2016


bruening created this revision.
bruening added a reviewer: eugenis.
bruening added subscribers: kcc, llvm-commits.

Switches the shared sanitizer interception code to use internal_strlen
rather than REAL(strlen), as the latter implicitly assumes that the
including sanitizer has supplied its own strlen interceptor prior to
including the common file.

http://reviews.llvm.org/D17891

Files:
  lib/sanitizer_common/sanitizer_common_interceptors.inc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17891.49833.patch
Type: text/x-patch
Size: 36529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160304/4c6f3e00/attachment.bin>


More information about the llvm-commits mailing list