With IPMI plug in, lan interface, OpenIPMI1.3.13-1,
langley platform.
Function saHpiIdrInfoGet work abnormally when calling
it with an invalid IdrId.
steps to dup:
hpitest/vB/1.01/src/inventory_data/saHpiIdrInfoGet_T4.test
expected result:
SA_ERR_HPI_NOT_PRESENT is returned
current result:
SA_ERR_HPI_INVALID_PARAMS is returned
root cause:
In safhpi.c , line 1803
....
rv = set_func(h->hnd, ResourceId, IdrId, IdrInfo);
<==error code will
return here
....
Since set_func is , ohoi_get_idr_info, a callback
function it seems sth. wrong in such function.
Aaron
Logged In: YES
user_id=118691
I'm knocking on Andy's door for help as the number of bugs is growing.
Andy, do you mind? :)
Logged In: YES
user_id=602195
Fix submitted to OpenIPMI plugin
Logged In: YES
user_id=1152287
fixed ok on 1.9.4 build