]> 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)
committerToomas Soome <tsoome@FreeBSD.org>
Sun, 23 Feb 2020 15:21:15 +0000 (15:21 +0000)
commit91e697162c272aa81f375d3294e43cea97e8c4cd
treea366eafcfee6601bf1f35dec8bbff40b25052c2d
parentfe20aaec0a6de6463f5bb995933a937ba0d8fcf1
loader: alloc_pread() should set errno if malloc fails

We may want to find out why alloc_pread() failed.
stand/common/misc.c