]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
efipart_inithandles() is missing NULL pointer check
authorToomas Soome <tsoome@FreeBSD.org>
Thu, 20 Feb 2020 08:56:56 +0000 (08:56 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 01:15:59 +0000 (20:15 -0500)
commit9e05a157865009dc23e93753cfa09efd7bbbd738
treee5f3050c28eb469dc4ba31a51e7fe7c11c11d2f6
parent8b18746cb1bdfc89e831a023dd3dcb04c6f9e439
efipart_inithandles() is missing NULL pointer check

Add missing check of malloc() result.

(cherry picked from commit 79cbcdcf3ececdb45f02c528d00e53e9600a4f48)
stand/efi/libefi/efipart.c