]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
efi_register_handles() is missing NULL pointer check
authorToomas Soome <tsoome@FreeBSD.org>
Thu, 20 Feb 2020 09:02:59 +0000 (09:02 +0000)
committerToomas Soome <tsoome@FreeBSD.org>
Thu, 20 Feb 2020 09:02:59 +0000 (09:02 +0000)
commit4a82db5fe718a6b4abaf4de7f5d82563dc2f98df
tree7237cad73d99d3143233a3a577ae8d8532b5a050
parent7afa0d95e212a612b2990c975082757c44c3b50f
efi_register_handles() is missing NULL pointer check

Add missing check of malloc() result.
stand/efi/libefi/handles.c