mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
Commit fixes corruption in 'lan alert print' output. This bug comes from two consecutive calls to get_lan_param_select() which returns pointer to struct. In the end, the second call would over-write data from the first one, as 'ptype' and 'paddr' were pointing at the same address. Thanks to Rob Swindell for logging this bug and testing the patch.
Description
An open-source tool for controlling IPMI-enabled systems
5 MiB
Languages
C
95.7%
Shell
2%
Makefile
1.3%
M4
1%