libc: lib_malloc_aligned(): add a missing NULL check
For some reason return value of the __je_bootstrap_malloc()
is not checked and then de-referenced few lines below, causing
a SEGV if an early allocation fails.
MFC after: 1 month
libc: lib_malloc_aligned(): add a missing NULL check Tags None Referenced Files None Subscribers None
Description
Details
|