CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/18 13:29:38
Modified files:
libexec/ld.so : malloc.c
Log message:
Add NULL tests to wrterror() to avoid a NULL deref when called from
malloc initialization or a free() error path.
Prompted by libc's malloc.c rev 1.214; with correction from jsg@ and otto@
ok jsg@ krw@
