Re: [PATCH] tools/xenstore: fix unsigned < 0 compare in xenstore_control

2021-01-22 Thread Andrew Cooper
On 22/01/2021 06:08, Juergen Gross wrote: > Commit 7f97193e6aa858df ("tools/xenstore: add live update command to > xenstore-control") introduced testing an unsigned value to be less > than 0. Fix that. > > Fixes: 7f97193e6aa858df ("tools/xenstore: add live update command to > xenstore-control") >

[PATCH] tools/xenstore: fix unsigned < 0 compare in xenstore_control

2021-01-21 Thread Juergen Gross
Commit 7f97193e6aa858df ("tools/xenstore: add live update command to xenstore-control") introduced testing an unsigned value to be less than 0. Fix that. Fixes: 7f97193e6aa858df ("tools/xenstore: add live update command to xenstore-control") Reported-by: Andrew Cooper Signed-off-by: Juergen