[llvm] [Support] Fix buffer overflow in regcomp (PR #76681)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 4 13:37:49 PST 2024
dwblaikie wrote:
No worries about the formatting - sticking with the formatting of the rest of the file is fine.
Does this need test coverage?
Is there any chance this bug is fixed in the upstream/original regex library this code is based on? Be nice to be able to just take their fix rather than coming up with our own if possible.
https://github.com/llvm/llvm-project/pull/76681
More information about the llvm-commits
mailing list