On 7/6/06, Massimiliano Masi <[EMAIL PROTECTED]> wrote:
Hi all,

I've a SuperMicro AOC-IPMI20-E BMC. It works perfectly, with IPMITool.

I've only this problem. When I try to get SOL I got a SIGSEGV like this:



Program received signal SIGSEGV, Segmentation fault.
ipmi_lanplus_recv_sol (intf=0x809cbc0) at lanplus.c:2459
2459       if(rsp->session.authtype != 0)
(gdb)



This is a recently added check to verify the authentication type for SOL response packets but it should obviously be checking for a valid rsp before dereferencing.  It is easy enough to fix the segfault, and I just checked in a fix to CVS, however I suspect it will  still not be optimal as it will likely close the SOL connection prematurely--which is at least better than crashing...

-duncan


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Ipmitool-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to