mirror of https://git.musl-libc.org/git/musl
Browse Source
With mallocng, calling posix_memalign() or aligned_alloc() will SIGSEGV if the internal malloc() call returns NULL. This does not occur with oldmalloc, which explicitly checks for allocation failure.master
committed by
Rich Felker
1 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue