From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Fri, 28 Jun 2019 07:28:32 -0700 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6D9B64ACDF; Fri, 28 Jun 2019 14:28:21 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-139.ams2.redhat.com [10.36.116.139]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4AFF91001B17; Fri, 28 Jun 2019 14:28:16 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 0/3] MdePkg/BaseLib: Base64Decode: Make it follow its specification To: devel@edk2.groups.io, zhichao.gao@intel.com Cc: Michael D Kinney , Liming Gao , Marvin Hauser References: <20190628035746.24160-1-zhichao.gao@intel.com> From: "Laszlo Ersek" Message-ID: <1cc02d63-2cec-38c0-0495-b7af6d424b66@redhat.com> Date: Fri, 28 Jun 2019 16:28:16 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20190628035746.24160-1-zhichao.gao@intel.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Fri, 28 Jun 2019 14:28:27 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 06/28/19 05:57, Gao, Zhichao wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1891 > > Adjust the coding style. > Set DestinationSize before return. > Add addition decription for the RETURN_SUCCESS case. > > Cc: Michael D Kinney > Cc: Liming Gao > Cc: Marvin Hauser > Cc: Laszlo Ersek > > Zhichao Gao (3): > MdePkg/BaseLib: Adjust the coding style in Base64Decode > MdePkg/BaseLib: Base64Decode: Make DestinationSize complied to spec > MdePkg/BaseLib: Base64Decode: Add decription for RETURN_SUCCESS > > MdePkg/Library/BaseLib/String.c | 28 ++++++++++++++++++---------- > 1 file changed, 18 insertions(+), 10 deletions(-) > I'll try to review patches #2 and #3 in this series later. If you get sufficient MdePkg owner R-b's meanwhile, don't wait for me with pushing the patches. Thanks Laszlo