Re: [Openipmi-developer] [PATCH] Two null-pointer fixes to ipmi_lan.c

2009-06-18 Thread Corey Minyard
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

[Openipmi-developer] [PATCH] Two null-pointer fixes to ipmi_lan.c

2009-06-16 Thread Eric J. Bowersox
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