When regcomp() fails, the same regex_t* should be passed to regerror() for potentially better error messages. But doing that with msan would report a use-of-uninitialized-value. Fixes https://github.com/google/sanitizers/issues/1496 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D120591
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================