CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/21 09:37:13
Modified files:
sbin/sysctl : sysctl.c
Log message:
If sysctl(8) was compiled with an obsolete struct sensordev size,
it could get stuck in an endless loop. After sensors sysctl(2)
fails, do not continue using uninitialized memory. Catch the error,
print a warning, and skip the sensors.
OK benno@ visa@ deraadt@
