PROBLEM: (93161) (PATCH ID: OSF445-465) ******** A potential security vulnerability has been discovered, where under certain circumstances, system integrity may be compromised. This may be in the form of improper file or privilege management. HP has corrected this potential vulnerability. PROBLEM: (88982) (PATCH ID: OSF445-610) ******** The more command dumps core when given both a non-existing file and a non-empty file with long filename. Eg: Let 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXX' be existant file with long file name( the filename should be long enough to cross the number of columns on the screen) under /tmp and 'text' be a non-existant file. $ more text /tmp/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXX text:No such file or directory. /tmp/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXX(PRESS RETURN)segmentation fault (core dumped).