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
/
misc
/
wordexp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix bad character checking in wordexp
Rich Felker
2015-02-11
1
-0
/
+1
*
fix and refactor child reaping logic in wordexp
Rich Felker
2013-11-22
1
-6
/
+16
*
fix fd leak and case where fd 1 is already closed in wordexp
Rich Felker
2013-11-22
1
-4
/
+4
*
fix resource exhaustion and zero-word cases in wordexp
Rich Felker
2013-11-22
1
-8
/
+18
*
improve robustness of wordexp and fix handling of 0-word case
Rich Felker
2013-11-22
1
-11
/
+16
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
1
-1
/
+1
*
wordexp must set the we_offs entries of we_wordv to null pointers
Rich Felker
2012-04-16
1
-0
/
+4
*
fix crash in wordfree if we_offs is not initialized by the caller
Rich Felker
2012-04-16
1
-0
/
+2
*
wordexp cannot use we_offs unless WRDE_DOOFFS flag is set
Rich Felker
2011-06-25
1
-1
/
+2
*
block cancellation in wordexp, handle more errors
Rich Felker
2011-04-19
1
-2
/
+17
*
avoid malloc of potentially-large string in wordexp
Rich Felker
2011-04-19
1
-10
/
+28
*
remove stupid debug code in wordexp
Rich Felker
2011-04-15
1
-1
/
+0
*
implement wordexp. first try, may be buggy. intended to be safe.
Rich Felker
2011-04-15
1
-0
/
+128