summaryrefslogtreecommitdiff
path: root/usr.bin/xargs/strnsubst.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a buffer overflow. This is the same bug as is corrected in rev.Colin Percival2004-10-211-0/+12
* Check for results of repeated calls to strnsubst(), as well as for theJuli Mallett2002-06-221-6/+17
* Allow the input line to be NULL, and teach strnsubst() that NULL means to useJuli Mallett2002-05-301-0/+5
* Fix a bug whereby we were getting ~0 and comparing it to maxsize, i.e. ifJuli Mallett2002-05-031-1/+1
* *str is spelled 's1' inside the body of the code.Juli Mallett2002-05-021-4/+2
* Rework some of the -I support so I can't find a way to make xargs(1) core orJuli Mallett2002-05-021-0/+5
* After 3 months...Juli Mallett2002-04-191-0/+78