Thank you, patch is applied.
-corey
Eric J. Bowersox wrote:
> Two more null-pointer fixes to ipmi_lan.c, found in 2.0.16.
>
> The first is in a debugging message in rmcpp_find_ipmi, which was using
> the IPMI_CONN_NAME(ipmi) macro in a scenario in which the pointer it was
> passing would always b
Two more null-pointer fixes to ipmi_lan.c, found in 2.0.16.
The first is in a debugging message in rmcpp_find_ipmi, which was using
the IPMI_CONN_NAME(ipmi) macro in a scenario in which the pointer it was
passing would always be NULL, causing a segfault. I modified the debug
message to remove the