This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug sanitizer/61547] Invalid sanitization of trailing byte in __builtin_strlen
- From: "kcc at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 18 Jun 2014 10:37:51 +0000
- Subject: [Bug sanitizer/61547] Invalid sanitization of trailing byte in __builtin_strlen
- Auto-submitted: auto-generated
- References: <bug-61547-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61547
--- Comment #2 from Kostya Serebryany <kcc at gcc dot gnu.org> ---
Note that in clang we chose not to instrument any builtins in compiler,
but instead fully rely on interceptors.