From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 D907521D046D0 for ; Tue, 19 Sep 2017 04:35:34 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP; 19 Sep 2017 04:38:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,418,1500966000"; d="scan'208";a="1173700359" Received: from shwdeopenpsi014.ccr.corp.intel.com ([10.239.9.13]) by orsmga001.jf.intel.com with ESMTP; 19 Sep 2017 04:38:36 -0700 From: Hao Wu To: edk2-devel@lists.01.org Cc: Hao Wu , Steven Shi , Ruiyu Ni , Jaben Carsey , Michael Kinney , Liming Gao Date: Tue, 19 Sep 2017 19:38:31 +0800 Message-Id: <20170919113833.14048-1-hao.a.wu@intel.com> X-Mailer: git-send-email 2.12.0.windows.1 Subject: [PATCH 0/2] Avoid consuming content beyond string boundaries X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2017 11:35:35 -0000 The series adds checks to avoid reading content beyond string boundaries. Cc: Steven Shi Cc: Ruiyu Ni Cc: Jaben Carsey Cc: Michael Kinney Cc: Liming Gao Hao Wu (2): ShellPkg/Shell: Avoid reading content beyond string boundary MdePkg/BaseLib: Avoid reading content beyond string boundary MdePkg/Library/BaseLib/FilePaths.c | 4 ++-- ShellPkg/Application/Shell/ShellProtocol.c | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) -- 2.12.0.windows.1