|
Description
|
$ echo ?????? | od -x
0000000 e1e1 e1e1 e1e1 0a00
0000007
$ rsh kobe /tmp/??????
/tmp/??????: Command not found
$
? above is actually a <a-acute> character that cannot be put in
bugster's description.
# praudit *not_termi*
header,88,2,rsh access,,kobe,2007-07-10 18:25:32.748 -07:00
subject,nakanon,nakanon,staff,nakanon,staff,703,703,195 131586 hyogo
text,cmd /tmp/aaaaaa
return,success,0
# praudit *not_termi* |grep /tmp/aaaa
text,cmd /tmp/aaaaaa
#
0xe1(<a-acute>) is converted to 0x61(<a>). There is no way determine
the original path name from the output.
|