search for: ircbug

Displaying 1 result from an estimated 1 matches for "ircbug".

Did you mean: crbug
1998 Mar 14
1
Vunerable shell scripts
...erforms suitable checks, but gives enough time to alter /tmp contents: glibcbug, bashbug, znew, mailstat, autoupdate, x11perfcomp, gccmakedep, pnmindex, xcopy, autoheader, cvsbug, rcs2log, updatedb, igawk, zdiff, zcmp, findaffix, munchlist, report-kaffe-bug, mailshar, MakeTeXPK, makeindex, texhash, ircbug [...] This list has been made on RedHat 5.0 Linux distribution. It includes only /bin/sh scripts and it isn''t complete, but maybe it will show the range of /tmp races problem. Simple TMPFILE=/tmp/myproggy.$$ trap "rm -f $TMPFILE;exit 1" 1 2 ... [...] do_something >$TMPFILE...