[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tools/xenstore: fix unsigned < 0 compare in xenstore_control
- To: Juergen Gross <jgross@xxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- Date: Fri, 22 Jan 2021 10:44:17 +0000
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=citrix.com; dmarc=pass action=none header.from=citrix.com; dkim=pass header.d=citrix.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=FVwJcBbnBsuQN4GmMUni60ZWH9LhewewoOnGSnt6BGs=; b=hr5wtk6jRL1uNCaedWZF4gckd01/TblxosoRG4IGZQDhPTV+uC6qLaeWGSSTgR12J1pkuQ2n4ONnZC3Jf19B+n5J8UTXoxJ/1Bd2mTlzHM92z/yd5foRDW0S3hvpqMhsWAo/+JlpXzO13+ox1si2QjpD9mx6UhSFs/cvM7LetmL+w6u04izVLqrr8gVlOYdYExjqonoRnK3outNGhaEKRcNjapVss15aPuCTjvYuAhGTExvTLELhbZVWPw5nQXMqhZuSYG3TXR+l3JrQJL8GN2GqybQ00ucDtlN9AFdTObarbR0n+UwyDdJ2xpyggGVQREgq8cvm8OLpwg84kt3jPw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=KtEm+lIVAIoWPL9lDleKfhGZKdSlZH8CKhr7f+Q9yYnoKMe9DH9HX5YelwCMwdBjfyhJKYxipMul9wUQFAE3i/WhUnM0wblnkBPpzHD2W2M3CGlq0XXPuWmUzqyhIbqz+F4os1uVmNQ08kN6DF5CtWgE9sFYkAEnZ4DSDTfyYfKc09IFujW4voh2WOmDO5fVogm0FvmXP5gs9vlEcslVd7ShqlTVkMnxS9RygDrgUKgWVQ2/3OKiNMOBE5G1z6r5p7oorbVAiBdcESHVa6fHiniGHMl8/5+oSOWDxc3pEE6j1MNyOkBpaLTQHHjHcLtKV6ZZkEsP+XOWo5LK3CwEHQ==
- Authentication-results: esa2.hc3370-68.iphmx.com; dkim=pass (signature verified) header.i=@citrix.onmicrosoft.com
- Cc: Ian Jackson <iwj@xxxxxxxxxxxxxx>, Wei Liu <wl@xxxxxxx>
- Delivery-date: Fri, 22 Jan 2021 10:44:36 +0000
- Ironport-sdr: Jj7aBJ3abWnlsIGEc/3hyGPuXORYE7fCk0afdR51YWiIIoUazPgvcvQ/+TCeicxaaFIjaMswYB JBu1xIdpsu2aj7wuXpuj7BzieuDpWiwrRtM2DZBA0OHJbtHFI9HjGz0QunS+g0Lde4n45Zc6+G 9+twC7ZN2IhnXmFGXtTWfnql71Ey1aHCBKPl7wYGq2tPrKhTSd1ZyywTCdcyX3XrD4gb8Ovniw M3Xes8UqMY8iOBn5VpJFXUi6rMJUSi6/EJ56xHz3IJ86G2AYN+lijN5T+2DsWve+sO5nyH3vE7 beo=
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
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")
> Reported-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
>
> Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Thanks - I'll get this committed momentarily.
|