mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00: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 MiB
Languages
C
95.7%
Shell
2%
Makefile
1.3%
M4
1%