aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regexec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-17remove spurious repeated semicolon in fmemopenRich Felker1-1/+1
2020-04-17combine two calls to memset in fmemopenRich Felker1-2/+2
2020-04-17fix possible access to uninitialized memory in shgetc (via scanf)Rich Felker1-1/+1
2020-04-17fix undefined behavior in scanf coreRich Felker1-0/+3