mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
Commit fixes crash in ipmi_print_sensor_info() in 'lib/ipmi_dcmi.c' due to NULL reference. 'rec' is correctly checked whether NULL or not, but it's used immediately despite of the outcome of the NULL test. Also, ipmi_sdr_print_rawentry() is used instead of specific print function.
Description
An open-source tool for controlling IPMI-enabled systems
5 MiB
Languages
C
95.7%
Shell
2%
Makefile
1.3%
M4
1%