
13 Nov
2013
13 Nov
'13
7:34 p.m.
On 11/13/2013 01:07 PM, Viktor Mihajlovski wrote:
From: Thilo Boehm <tboehm@linux.vnet.ibm.com>
A number of CIM properties was set in an endianness-unsafe manner leading to failures on big endian systems.
Signed-off-by: Thilo Boehm <tboehm@linux.vnet.ibm.com> Signed-off-by: Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com> --- src/Virt_FilterEntry.c | 53 +++++++++++++++++++++++++----------------------- src/Virt_FilterEntry.h | 2 +- src/Virt_FilterList.c | 3 ++- 3 files changed, 31 insertions(+), 27 deletions(-)
V2 Changes: - The FilterEntry "Priority" property is a signed 16bit value, fix the variable declaration accordingly - Change the convert_xxx functions to return a properly typed int value
ACK and pushed too John