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 0FB3A81EBB for ; Tue, 15 Nov 2016 22:16:01 -0800 (PST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP; 15 Nov 2016 22:16:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,646,1473145200"; d="scan'208";a="1085868055" Received: from shwde7156.ccr.corp.intel.com ([10.239.158.52]) by fmsmga002.fm.intel.com with ESMTP; 15 Nov 2016 22:16:04 -0800 From: Eric Dong To: edk2-devel@lists.01.org Date: Wed, 16 Nov 2016 14:15:28 +0800 Message-Id: <1479276930-31360-1-git-send-email-eric.dong@intel.com> X-Mailer: git-send-email 2.6.4.windows.1 Subject: [Patch 0/2] Clean the temp buffer after using it. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2016 06:16:01 -0000 Clean psid/password temp buffer after using it. Eric Dong (2): SecurityPkg OpalPasswordDxe: Clean password buffer. SecurityPkg OpalPasswordDxe: Clean PSID buffer. SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalDriver.c | 1 + SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalHii.c | 40 +++++++++++++++------- .../Tcg/Opal/OpalPasswordDxe/OpalHiiPrivate.h | 4 ++- 3 files changed, 31 insertions(+), 14 deletions(-) -- 2.6.4.windows.1