PROBLEM: (87975, SSRT0711U) (PATCH ID: OSF540-036) ******** 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: (81917, 95245) (PATCH ID: OSF540-221) ******** This patch address 2 issues. 1) When file system is full (/var) and crontab is issued to edit the crontab entries, earlier it use to truncate the entries. Now it performs check on whether the new entries are copied before replacing the existing entries 2) If a file system is full and we are editing a file in 'vi', then there is a possibility that file gets truncated upon write operation. Now vi has been modified to handle this scenario by reserving the blocks required ahead. If it fails in reserving the blocks, it comes out with error without truncating the existing file. PROBLEM: (63702, PROBLEM) (PATCH ID: OSF540-365) ******** The crontab entry of kind " * * 31 * * " was scheduled on wrong days for the months having only 30 days. Now this problem is fixed. PROBLEM: (63460) (PATCH ID: OSF540-405) ******** The cron daemon was not logging the commands it runs on the request of users, even when the loglevel is set to 4 in /var/adm/cron/queuedefs. This is because there was no support for this feature in cron. Now we have this support.