Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't violate preconditions in tr1/regex3 (#3990)
This test constructs a `regex_iterator` and a `regex_token_iterator` with invalid character ranges. The first occurrence is benign - the test never directs the library to examine the bogus part of the range - but the second case ventures into the land of pure undefined behavior. Caught by ASan. Fixes VSO-1854241
- Loading branch information