From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1h9cpJ-0002eE-43 for mharc-grub-devel@gnu.org; Thu, 28 Mar 2019 17:44:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h9cpG-0002bh-Bu for grub-devel@gnu.org; Thu, 28 Mar 2019 17:44:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h9cpF-0008T1-Gl for grub-devel@gnu.org; Thu, 28 Mar 2019 17:44:42 -0400 Received: from aserp2130.oracle.com ([141.146.126.79]:37352) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h9cpF-0008ST-5U for grub-devel@gnu.org; Thu, 28 Mar 2019 17:44:41 -0400 Received: from pps.filterd (aserp2130.oracle.com [127.0.0.1]) by aserp2130.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x2SLeJA4041596 for ; Thu, 28 Mar 2019 21:44:39 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : cc : subject : date : message-id; s=corp-2018-07-02; bh=C+RhFnTo4YaF4G2TrBVnUI6xM2UepHD10gvQPjFzJq0=; b=i83LZsltvUhVTv94lLOS1tJ3c9N3zZVrmU0zC8YSx5FHrDbv7doLhYe2gWKl3karpuAr JEASU6gL/KEyqWwzpBHA5swWMpF7PCMU9QjWJAKBHTUV/7np7IUH2esNmgWv5tX3d8HL A4Ez5jnTcOVG3VyM7yY/yzH0qVzNNJf3yzl1WcPfBCIkzaf8cw17Ihmm/iHlhhQ71cVl TRPEEhalM4yJaX5ftLAM8i3haNhVU9yIhrspcz/8KLjCiruD93hgZGfXaRy9sPJA60EW ZlJoOKalpdLqaEgAcpMO+0lhwQNhda9js+SbjnDGq9NhDvN7duRLeHpFUNtOlThRAwvO UA== Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by aserp2130.oracle.com with ESMTP id 2re6g198v9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 28 Mar 2019 21:44:39 +0000 Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userv0022.oracle.com (8.14.4/8.14.4) with ESMTP id x2SLicYh003511 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 28 Mar 2019 21:44:38 GMT Received: from abhmp0003.oracle.com (abhmp0003.oracle.com [141.146.116.9]) by aserv0121.oracle.com (8.14.4/8.13.8) with ESMTP id x2SLib0p027087 for ; Thu, 28 Mar 2019 21:44:38 GMT Received: from localhost.us.oracle.com (/10.147.27.110) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 28 Mar 2019 14:44:37 -0700 From: Eric Snowberg To: grub-devel@gnu.org Cc: eric.snowberg@oracle.com, daniel.kiper@oracle.com Subject: [PATCH 0/2] efidisk: null pointer dereference Date: Thu, 28 Mar 2019 15:26:35 -0600 Message-Id: X-Mailer: git-send-email 1.8.3.1 X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=9209 signatures=668685 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=1 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=513 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1903280139 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 141.146.126.79 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Mar 2019 21:44:43 -0000 Additional null pointer dereference fixes. I wasn't sure if you wanted all these folded into a single patch or separate. Eric Snowberg (2): efidisk: null pointer dereference in is_child efidisk: null pointer dereference in grub_efidisk_get_device_name grub-core/disk/efi/efidisk.c | 6 ++++++ 1 file changed, 6 insertions(+) -- 1.8.3.1