components/net-snmp/patches/032.15754602.hr_proc.patch
author jenny.yung@oracle.com <jenny.yung@oracle.com>
Wed, 02 Dec 2015 16:35:50 -0800
changeset 5143 9b4a483bf8d9
parent 1734 05c8bc3fb76c
permissions -rw-r--r--
22242767 Upgrade GnuTLS to 3.4.6 22080473 problem in LIBRARY/GNUTLS

Source : http://net-snmp.svn.sourceforge.net/viewvc/net-snmp?view=revision&revision=17415

------------------------------------------------------------------------------------------
--- a/agent/mibgroup/host/hr_proc.c	Fri May 11 17:32:30 2007
+++ b/agent/mibgroup/host/hr_proc.c	Fri Jun 14 11:27:57 2013
@@ -175,7 +175,8 @@
         return (u_char *) nullOid;
     case HRPROC_LOAD:
         cpu = netsnmp_cpu_get_byIdx( proc_idx & HRDEV_TYPE_MASK, 0 );
-        if ( !cpu || !cpu->history || !cpu->history[0].total_hist )
+        if ( !cpu || !cpu->history || !cpu->history[0].total_hist ||
+				( cpu->history[0].total_hist == cpu->total_ticks ))
             return NULL;
 
         long_return  = (cpu->idle_ticks  - cpu->history[0].idle_hist)*100;