From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYlMp-0008Av-DE for qemu-devel@nongnu.org; Wed, 24 Feb 2016 21:09:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYlMm-0005KS-7D for qemu-devel@nongnu.org; Wed, 24 Feb 2016 21:09:23 -0500 Received: from e18.ny.us.ibm.com ([129.33.205.208]:37842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYlMm-0005Jp-1z for qemu-devel@nongnu.org; Wed, 24 Feb 2016 21:09:20 -0500 Received: from localhost by e18.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 24 Feb 2016 21:09:19 -0500 Received: from b01cxnp22035.gho.pok.ibm.com (b01cxnp22035.gho.pok.ibm.com [9.57.198.25]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id B35D9C90041 for ; Wed, 24 Feb 2016 21:09:12 -0500 (EST) Received: from d01av05.pok.ibm.com (d01av05.pok.ibm.com [9.56.224.195]) by b01cxnp22035.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u1P29FgG29163600 for ; Thu, 25 Feb 2016 02:09:15 GMT Received: from d01av05.pok.ibm.com (localhost [127.0.0.1]) by d01av05.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u1P25LeB001735 for ; Wed, 24 Feb 2016 21:05:21 -0500 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth In-Reply-To: <1455727675-20625-1-git-send-email-marcandre.lureau@redhat.com> References: <1455727675-20625-1-git-send-email-marcandre.lureau@redhat.com> Message-ID: <20160225020904.14792.8049@loki> Date: Wed, 24 Feb 2016 20:09:04 -0600 Subject: Re: [Qemu-devel] [PATCH 0/5] qga: win32 guest-set-user-password improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: marcandre.lureau@redhat.com, qemu-devel@nongnu.org Cc: lersek@redhat.com Quoting marcandre.lureau@redhat.com (2016-02-17 10:47:50) > From: Marc-Andr=C3=A9 Lureau > = > Hi, > = > Laszlo Ersek pointed out a few worthy improvements to the win32 > guest-set-user-password command. > = > Marc-Andr=C3=A9 Lureau (5): > qga: use more idiomatic qemu-style eol operators > qga: use size_t for wcslen() return value > qga: use wide-chars constants for wchar_t comparisons > qga: fix off-by-one length check > qga: check utf8-to-utf16 conversion Thanks, applied to qga tree: https://github.com/mdroth/qemu/commits/qga > = > qga/commands-win32.c | 34 +++++++++++++++++++++++++--------- > 1 file changed, 25 insertions(+), 9 deletions(-) > = > -- = > 2.5.0 >=20