]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
efihttp_fs_seek() is missing NULL pointer check
authorToomas Soome <tsoome@FreeBSD.org>
Thu, 20 Feb 2020 08:53:04 +0000 (08:53 +0000)
committerToomas Soome <tsoome@FreeBSD.org>
Thu, 20 Feb 2020 08:53:04 +0000 (08:53 +0000)
commit8abc11f65c828a58263e4b4a8eac70fdf7082792
treeda4c981ea4902ed8088b4d721493081dc6c5e51b
parent860545e20b8f09881973b828863f55141fb2250e
efihttp_fs_seek() is missing NULL pointer check

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