[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH] tools/libs/light: correct bitmap operations
On 06.11.20 15:35, Jan Beulich wrote: On 06.11.2020 15:05, Juergen Gross wrote:Libxl bitmap operations for single bits (test, set, reset) take the bit number as a signed integer without testing the value to be larger than 0. Correct that by adding the appropriate tests. Signed-off-by: Juergen Gross <jgross@xxxxxxxx>Wouldn't it be better to convert the parameter types to unsigned int? Those are official library interfaces. Can we just change them? Juergen
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |