about summary refs log tree commit diff
path: root/src/misc/wordexp.c
Commit message (Expand)AuthorAgeFilesLines
* fix wordexp not to read past end of string ending with lone backslashRich Felker2018-12-091-1/+1
* re-fix child reaping in wordexpAlexander Monakov2018-02-051-7/+1
* fix bad character checking in wordexpRich Felker2015-02-111-0/+1
* fix and refactor child reaping logic in wordexpRich Felker2013-11-221-6/+16
* fix fd leak and case where fd 1 is already closed in wordexpRich Felker2013-11-221-4/+4
* fix resource exhaustion and zero-word cases in wordexpRich Felker2013-11-221-8/+18
* improve robustness of wordexp and fix handling of 0-word caseRich Felker2013-11-221-11/+16
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* wordexp must set the we_offs entries of we_wordv to null pointersRich Felker2012-04-161-0/+4
* fix crash in wordfree if we_offs is not initialized by the callerRich Felker2012-04-161-0/+2
* wordexp cannot use we_offs unless WRDE_DOOFFS flag is setRich Felker2011-06-251-1/+2
* block cancellation in wordexp, handle more errorsRich Felker2011-04-191-2/+17
* avoid malloc of potentially-large string in wordexpRich Felker2011-04-191-10/+28
* remove stupid debug code in wordexpRich Felker2011-04-151-1/+0
* implement wordexp. first try, may be buggy. intended to be safe.Rich Felker2011-04-151-0/+128