From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1Gcf-0001nr-FD for qemu-devel@nongnu.org; Tue, 24 Nov 2015 11:39:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1Gcc-0006B7-6M for qemu-devel@nongnu.org; Tue, 24 Nov 2015 11:39:17 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48773) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1Gcc-0006Ak-0t for qemu-devel@nongnu.org; Tue, 24 Nov 2015 11:39:14 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id BA2C78E241 for ; Tue, 24 Nov 2015 16:39:13 +0000 (UTC) References: <1448377362-18117-1-git-send-email-berrange@redhat.com> <1448377362-18117-4-git-send-email-berrange@redhat.com> From: Eric Blake Message-ID: <565492B0.5070207@redhat.com> Date: Tue, 24 Nov 2015 09:39:12 -0700 MIME-Version: 1.0 In-Reply-To: <1448377362-18117-4-git-send-email-berrange@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Nom7bK8bQ7W97a2521grUMauHW9hPaKVT" Subject: Re: [Qemu-devel] [PATCH v2 3/5] qga: convert to use error checked base64 decode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , qemu-devel@nongnu.org Cc: Markus Armbruster This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Nom7bK8bQ7W97a2521grUMauHW9hPaKVT Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 11/24/2015 08:02 AM, Daniel P. Berrange wrote: > Switch from using g_base64_decode over to qbase64_decode > in order to get error checking of the base64 input data. >=20 > Signed-off-by: Daniel P. Berrange > --- > qga/commands-posix.c | 11 +++++++++-- > qga/commands-win32.c | 11 +++++++++-- > qga/commands.c | 13 ++++++++++++- > 3 files changed, 30 insertions(+), 5 deletions(-) >=20 Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --Nom7bK8bQ7W97a2521grUMauHW9hPaKVT Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJWVJKxAAoJEKeha0olJ0NqeUYIAIgXkoNYwkj9R2vo/XNRiCxy Gddp4XZhMigbbmAnYSJbnotQdqk2ency7dZEofhI034BksVwQotJ2MmXxn29aAEq n2ITBNYjSslHTK9FUneyARkbDl+fqMDZNcqmyEoUnIpxu4mB5SZHhpAeFPdw5bMF x/ICJ4sffILWPPLrc0NRXSFg1e/7dCw7gHdtKRUzP+trVWywObaQubRvIYvLhwsG CbtOjPNBPY4+oG6jf2voQrcw4GUkWEv5fT+CHv3uO93ON8C4H6BfRVVBB5rQDHtQ 7DoUXDb65nRIIkLkaYMnAvJVxdBuV9D2/trQOp4wTxFftXmVFwGEN6FySn8tdXk= =O7OX -----END PGP SIGNATURE----- --Nom7bK8bQ7W97a2521grUMauHW9hPaKVT--