[PATCH] D17891: [sanitizer] Fix strlen assumptions in sanitizer interception code
Derek Bruening via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 4 11:32:50 PST 2016
bruening added a comment.
What if instead we moved the strlen interceptors that are currently private to asan, tsan, and msan into the set of common interceptors, thus ensuring that REAL(strlen) exists (as well as unifying the currently duplicate interceptors)? I actually already have a local CL that moves strlen and strchr* into the common set which I can send for review.
http://reviews.llvm.org/D17891
More information about the llvm-commits
mailing list