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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc | ||
---|---|---|
7977–7978 | FYI: the patch is upload somehow incorrectly, "before" does not match existing code. if (!res) is missing. |
FYI: the patch is upload somehow incorrectly, "before" does not match existing code. if (!res) is missing.
Arcanist, as explained here https://llvm.org/docs/Phabricator.html#id7, is easy way to upload it correctly.
No need to fix this one, I resolved conflicts already.