PROBLEM: (QAR 51930) (Patch ID: OSF410-400275) ******** This patch fixes memory leaks with the FDDI and Token Ring method routines used with Extensible SNMP subagent (ESNMP). PROBLEM: (GOZ100745) (Patch ID: OSF410-400330) ******** The SNMP agent returns incorrect data when requested for the MIB II Address Translation Table (atTable). The agent returns correct data for ipNetToMediaTable, which supercedes atTable in MIB II. This patch removes support for atTable, so that common applications (like NetView autodiscovery) will use the ipNetToMediaTable instead. PROBLEM: (QAR 49950) (Patch ID: OSF410-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: OSF410-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.