PROBLEM: (QAR 51930) (Patch ID: OSF425-122) ******** This patch fixes memory leaks with the FDDI and Token Ring method routines used with Extensible SNMP subagent (ESNMP). PROBLEM: (QAR 49950) (Patch ID: OSF425-405186) ******** This patch fixes the os_mibs source file, hrm_fs.c, which makes a call to the statfs function with 2 arguments, when statfs expects 3 arguments. This fix changes the prototype declaration of statfs in /usr/sbin/os_mibs. extern int statfs( char *path, struct statfs *mntbuf) is changed to extern int statfs( char *path, struct statfs *mntbuf, int bufsize) PROBLEM: (QAR 53278) (Patch ID: OSF425-405258) ******** Under certain circumstances, when a DIGITAL UNIX system boots, the SNMP daemon sends a malformed coldStart trap message to a Windows NT Network Management Station (NMS). The malformed message has a null "enterprise" field (zero-length) that could cause the NMS or the NT operating system to crash. PROBLEM: (73154) (PATCH ID: OSF425-1034) ******** This change fixes a problem wherein os_mibs would core dump.