K 10 svn:author V 4 fanf K 8 svn:date V 27 2003-03-18T14:19:26.000000Z K 7 svn:log V 471 The POSIXly-correct /dev/stdout handling added in rev 1.44 makes careless users vulnerable to terminal control sequence attacks, since they expect uudecode to just drop (or overwrite) a file in the current directory. POSIX also says that the full pathname from the input should be used when writing a file, which we only do if the -s (shoot me in the foot) option is specified; therefore this revision means that you now need to use -s for standard /dev/stdout handling. END