]> 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)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 01:15:58 +0000 (20:15 -0500)
commit32394e97c350c1837d2c232db54c0bd081351c62
tree916fae0a04b00f8389dfffec6741b9fb4371bc26
parent3a1bfbb504099b533a6574f5e72fe739346ab191
efihttp_fs_seek() is missing NULL pointer check

Add missing check of malloc() result.

(cherry picked from commit 8abc11f65c828a58263e4b4a8eac70fdf7082792)
stand/efi/libefi/efihttp.c