[PATCH] D30764: Disable unsigned integer sanitizer for basic_string::replace()

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 8 16:41:23 PST 2017


EricWF added a comment.

Side note: There are plenty of tests in the test-suite that trigger this overflow, so no new tests are needed.

When I have time I'm going to enable `-fsanitize=unsigned-integer-overflow` once I have time to clean up any existing failures.


https://reviews.llvm.org/D30764





More information about the cfe-commits mailing list