From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.20, mailfrom: jordan.l.justen@intel.com) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by groups.io with SMTP; Thu, 18 Apr 2019 13:03:32 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Apr 2019 13:03:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,367,1549958400"; d="scan'208";a="150540250" Received: from mjguyett-mobl1.amr.corp.intel.com (HELO localhost) ([10.251.132.204]) by FMSMGA003.fm.intel.com with ESMTP; 18 Apr 2019 13:03:27 -0700 MIME-Version: 1.0 In-Reply-To: <20190418174710.12236-1-lersek@redhat.com> References: <20190418174710.12236-1-lersek@redhat.com> Subject: Re: [PATCH v2 0/5] patches for some warnings raised by "RH covscan" To: Laszlo Ersek , edk2-devel-groups-io From: "Jordan Justen" Cc: Ard Biesheuvel , Bob Feng , Liming Gao , Michael D Kinney , Yonghong Zhu Message-ID: <155561780715.10009.3974568259157534100@jljusten-skl> User-Agent: alot/0.8 Date: Thu, 18 Apr 2019 13:03:27 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Series Reviewed-by: Jordan Justen On 2019-04-18 10:47:05, Laszlo Ersek wrote: > Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1710 > Repo: https://github.com/lersek/edk2.git > Branch: covscan_bz_1710_v2 >=20 > 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 . >=20 > Cc: Ard Biesheuvel > Cc: Bob Feng > Cc: Jordan Justen > Cc: Liming Gao > Cc: Michael D Kinney > Cc: Yonghong Zhu >=20 > Thanks > Laszlo >=20 > 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 >=20 > 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(-) >=20 > --=20 > 2.19.1.3.g30247aa5d201 >=20