From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.43; helo=mga05.intel.com; envelope-from=hao.a.wu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 7EEAF2116DA2B for ; Tue, 16 Oct 2018 00:23:44 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Oct 2018 00:23:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,387,1534834800"; d="scan'208";a="97812121" Received: from shwdeopenpsi014.ccr.corp.intel.com ([10.239.9.9]) by fmsmga004.fm.intel.com with ESMTP; 16 Oct 2018 00:23:42 -0700 From: Hao Wu To: edk2-devel@lists.01.org Cc: Hao Wu , Paulo Alcantara , Ruiyu Ni , Jiewen Yao , Star Zeng Date: Tue, 16 Oct 2018 15:23:30 +0800 Message-Id: <20181016072340.22068-1-hao.a.wu@intel.com> X-Mailer: git-send-email 2.12.0.windows.1 Subject: [PATCH v1 00/10] UDF: Bugfixes X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2018 07:23:44 -0000 The series will address a couple of bugs within the UDF related codes. Please refer to the log message of each commit for more details. Cc: Paulo Alcantara Cc: Ruiyu Ni Cc: Jiewen Yao Cc: Star Zeng Hao Wu (10): MdeModulePkg/PartitionDxe: Add check for underlying device block size MdeModulePkg/UdfDxe: Refine boundary checks for file/path name string MdeModulePkg/UdfDxe: Add boundary check the read of FE/EFE MdeModulePkg/UdfDxe: Add boundary check for ComponentIdentifier decode MdeModulePkg/UdfDxe: Add boundary check for getting volume (free) size MdeModulePkg/UdfDxe: Correct behavior for UdfSetPosition() MdeModulePkg/UdfDxe: Fix a typo within SetFileInfo() MdeModulePkg/UdfDxe: Update GetInfo() for FS VolumeLabel info request MdeModulePkg/UdfDxe: Add more check when getting PD from LongAd MdeModulePkg/UdfDxe: Avoid possible use of already-freed data MdeModulePkg/Universal/Disk/PartitionDxe/Udf.c | 28 +++ MdeModulePkg/Universal/Disk/UdfDxe/File.c | 96 ++++---- MdeModulePkg/Universal/Disk/UdfDxe/FileSystemOperations.c | 253 ++++++++++++++++++-- MdeModulePkg/Universal/Disk/UdfDxe/Udf.h | 63 ++++- MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf | 1 + 5 files changed, 362 insertions(+), 79 deletions(-) -- 2.12.0.windows.1