If ld.so loading fails inside execve, uprintf a message to report this
authorderaadt <deraadt@openbsd.org>
Mon, 29 Aug 2022 16:53:46 +0000 (16:53 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 29 Aug 2022 16:53:46 +0000 (16:53 +0000)
commit22c1e09064b1e80904e60b6dae4e97e7b6676b39
tree395be0ecf379329abea0f7e96d1b4b89cf36ea3c
parent23f5897daa3fcc4b2679a0aa5f7896279f66b955
If ld.so loading fails inside execve, uprintf a message to report this
before the SIGABRT kills the process.  This clarifies the failure mode
(and resolution to take) when a dynamic executable is run while /usr
isn't mounted.  ok miod kettenis
sys/kern/exec_elf.c