mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-01-22 22:52:20 +08:00
Commit replaces condition ``if (p == NULL)'' in get_lan_param_select(). This condition is never met, because structure is on heap. Condition is replaced by for() control structure which goes through structure ipmi_lan_params and checks whether requested LAN parameter is defined in structure or not. Reported-by: Ales Ledvinka
Description
An open-source tool for controlling IPMI-enabled systems
5.1 MiB
IPMITOOL_1_8_19
Latest
Languages
C
95.7%
Shell
2%
Makefile
1.3%
M4
1%