OpenSolaris

Printable Version Enter a New Search
Bug ID 6579524
Synopsis praudit produces garbled characters for text token by always stripping MSB off
State 10-Fix Delivered (Fix available in build)
Category:Subcategory audit:utility
Keywords rtiq_reviewed
Responsible Engineer Nobutomo Nakano
Reported Against
Duplicate Of
Introduced In solaris_2.3
Commit to Fix snv_78
Fixed In snv_78
Release Fixed solaris_nevada(snv_78) , solaris_10u5(s10u5_07) (Bug ID:2156556)
Related Bugs 6475612 , 5106404
Submit Date 11-July-2007
Last Update Date 21-December-2007
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.
Work Around
N/A
Comments
N/A