From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web10.5664.1581033885141603675 for ; Thu, 06 Feb 2020 16:04:45 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=J2TvsEKB; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581033884; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=HEqoDVOeP4WhGogIhGQH61VYnflHBR56ZbMvY4R/9uI=; b=J2TvsEKBHUFhjRNvleqXcKYWDtEqtvHNjukK8Jny/6F2MjyZFJwdOsqJgBre3ZZn1EFzBw Twy8LAKU0XEbBD7wfcr/YFB4n5kKxKEM/DkeUX1sozkoHmSlMdR4UglqhJQAXNp1uN7TKB NMzY2SObVIOIIABmiRIu7LUBaALzpU0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-68-2siRq9-oObmEWeJ-2fJZfw-1; Thu, 06 Feb 2020 19:04:39 -0500 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 mimecast-mx01.redhat.com (Postfix) with ESMTPS id 16F2E801FAA for ; Fri, 7 Feb 2020 00:04:39 +0000 (UTC) Received: from x1w.redhat.com (ovpn-204-120.brq.redhat.com [10.40.204.120]) by smtp.corp.redhat.com (Postfix) with ESMTPS id AB32710016DA; Fri, 7 Feb 2020 00:04:35 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Philippe Mathieu-Daude Subject: [PATCH v2 0/1] SecurityPkg: Fix incorrect return value when File is NULL Date: Fri, 7 Feb 2020 01:04:32 +0100 Message-Id: <20200207000433.32666-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-MC-Unique: 2siRq9-oObmEWeJ-2fJZfw-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Since v1: https://edk2.groups.io/g/devel/message/53741 - Addressed Jian Wang review comment. Since there is a logical change, I'm not adding Laszlo's Acked-by from v1. Philippe Mathieu-Daud=C3=A9 (1): SecurityPkg: Fix incorrect return value when File is NULL .../DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.c | 9 ++++++++- .../Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.c | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) --=20 2.21.1