mohandev2 / openhpi_old

Other
0 stars 0 forks source link

saHpiEventMasksGet marshalled incorrectly. #1587

Open mohandev2 opened 13 years ago

mohandev2 commented 13 years ago

Aassertion/deassertion masks (which are output parameters) are passed in the request as input data. See baselib/oh_client.cpp:saHpiSensorEventMasksGet() and marshal/marshal_hpi.c: saHpiSensorEventMasksGetIn structure.

But if we fix it the RPC compatibility will be broken. The problems will be between new client and old daemon

Reported by: avpak

Original Ticket: openhpi/bugs/1587

mohandev2 commented 13 years ago

Original comment by: avpak

mohandev2 commented 13 years ago

Decided not to fix it now to keep backward compatibility. I leave this bug open for future.

Original comment by: avpak