summaryrefslogtreecommitdiff
path: root/src/misc/wordexp.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-16wordexp must set the we_offs entries of we_wordv to null pointersRich Felker1-0/+4
2012-04-16fix crash in wordfree if we_offs is not initialized by the callerRich Felker1-0/+2
2011-06-25wordexp cannot use we_offs unless WRDE_DOOFFS flag is setRich Felker1-1/+2
2011-04-19block cancellation in wordexp, handle more errorsRich Felker1-2/+17
2011-04-19avoid malloc of potentially-large string in wordexpRich Felker1-10/+28
2011-04-15remove stupid debug code in wordexpRich Felker1-1/+0
2011-04-15implement wordexp. first try, may be buggy. intended to be safe.Rich Felker1-0/+128