]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader: alloc_pread() should set errno if malloc fails
authorToomas Soome <tsoome@FreeBSD.org>
Sun, 23 Feb 2020 15:21:15 +0000 (15:21 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 01:15:59 +0000 (20:15 -0500)
commit90603ee8e051807c5469e51b547d9dc856d9b6c8
tree4a20fcc3bf446de342aa9910c328cc436e638cb8
parent91da922301a27520671a4a4a83389fc46ad3bb8a
loader: alloc_pread() should set errno if malloc fails

We may want to find out why alloc_pread() failed.

(cherry picked from commit 91e697162c272aa81f375d3294e43cea97e8c4cd)
stand/common/misc.c