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