-
Incident report
-
Resolution: Fixed
-
Minor
-
1.8.10
-
Zabbix agent 1.8.10 compiled as a 64-bit binary on SPARC Solaris 10, with Sun C 5.11 SunOS_sparc 145354-05 2011/09/13 (Studio 12.2).
Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC, Generic_147440-05 sun4v
src/libs/zbxsysinfo/solaris/boottime.c and uptime.c do not check the kstat return value type and assume an unsigned long, when the correct type is ui32. This results in system.boottime and system.uptime returning insane values.
If kn->value.ul is changed to kn->value.ui32, everything works just fine.
- is duplicated by
-
ZBX-6988 Release 2.0.8: Solaris 10/SPARC system.uptime and system.boottime broken
- Closed