index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
regex
/
regexec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-14
fix free of uninitialized buffer pointer on error in regexec
Rich Felker
1
-3
/
+3
2016-10-06
fix regexec with haystack strings longer than INT_MAX
Rich Felker
1
-26
/
+28
2016-10-06
fix missing integer overflow checks in regexec buffer size computations
Rich Felker
1
-5
/
+18
2014-09-05
fix memory leak in regexec when input contains illegal sequence
Szabolcs Nagy
1
-5
/
+6
2014-07-17
fix crash in regexec for nonzero nmatch argument with REG_NOSUB
Rich Felker
1
-0
/
+1
2013-02-01
revert regex "cleanup" that seems unjustified and may break backtracking
Rich Felker
1
-0
/
+3
2013-01-14
regex: remove an unused local variable from regexec
Szabolcs Nagy
1
-3
/
+0
2012-09-06
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
1
-2
/
+2
2012-04-14
fix signedness error handling invalid multibyte sequences in regexec
Rich Felker
1
-2
/
+2
2012-03-20
upgrade to latest upstream TRE regex code (0.8.0)
Rich Felker
1
-241
/
+145
2011-04-07
fix bug in TRE found by clang (typo && instead of &)
Rich Felker
1
-1
/
+1
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
1
-0
/
+1107