Fix DataFlowSanitizer implementation of strchr() so that strchr(..., '\0')...
Fix DataFlowSanitizer implementation of strchr() so that strchr(..., '\0') returns a pointer to '\0'. Summary: Fixes https://bugs.llvm.org/show_bug.cgi?id=22392 Reviewers: pcc, morehouse Reviewed By: morehouse Subscribers: morehouse, #sanitizers Tags: #sanitizers Differential Revision: https://reviews.llvm.org/D77996
Loading
Please sign in to comment