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; Wed, 24 Apr 2019 08:35:26 -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 BBC3270D7D; Wed, 24 Apr 2019 15:35:24 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-123.rdu2.redhat.com [10.10.120.123]) by smtp.corp.redhat.com (Postfix) with ESMTP id F1BBF108BEE3; Wed, 24 Apr 2019 15:35:22 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v2 0/5] patches for some warnings raised by "RH covscan" From: "Laszlo Ersek" To: edk2-devel-groups-io Cc: Ard Biesheuvel , Bob Feng , Jordan Justen , Liming Gao , Michael D Kinney , Yonghong Zhu Reply-To: devel@edk2.groups.io, lersek@redhat.com References: <20190418174710.12236-1-lersek@redhat.com> Message-ID: <435ff081-600f-2a7b-2c82-fd27a938dd1e@redhat.com> Date: Wed, 24 Apr 2019 17:35:21 +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: <20190418174710.12236-1-lersek@redhat.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.28]); Wed, 24 Apr 2019 15:35:25 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 04/18/19 19:47, Laszlo Ersek wrote: > Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=1710 > Repo: https://github.com/lersek/edk2.git > Branch: covscan_bz_1710_v2 > > Patch-level updates relative to v1 have been noted on the patches > themselves. And earlier I described the changes to the series's > structure at . > > Cc: Ard Biesheuvel > Cc: Bob Feng > Cc: Jordan Justen > Cc: Liming Gao > Cc: Michael D Kinney > Cc: Yonghong Zhu > > Thanks > Laszlo > > Laszlo Ersek (5): > MdePkg/PiFirmwareFile: express IS_SECTION2 in terms of SECTION_SIZE > MdePkg/PiFirmwareFile: fix undefined behavior in SECTION_SIZE > BaseTools/PiFirmwareFile: fix undefined behavior in SECTION_SIZE > MdePkg/PiFirmwareFile: fix undefined behavior in FFS_FILE_SIZE > OvmfPkg/Sec: fix out-of-bounds reads > > BaseTools/Source/C/Include/Common/PiFirmwareFile.h | 11 +++++++-- > MdePkg/Include/Pi/PiFirmwareFile.h | 26 +++++++++++++++----- > OvmfPkg/Sec/SecMain.c | 6 ++--- > 3 files changed, 32 insertions(+), 11 deletions(-) > Series pushed as commit range 1a734ed85fda..b9d4847ec258. Thank you all, Laszlo