summaryrefslogtreecommitdiffstats
path: root/libexec/ld.so/reallocarray.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* On fatal errors, kill ourselves with thrkill(0,9,NULL) instead ofguenther2017-01-241-5/+3
| | | | | | | | simply exiting, via helper functions _dl_die(), _dl_diedie(), and _dl_oom(). prompted by a complaint from jsing@ ok jsing@ deraadt@
* Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry andotto2014-06-211-0/+39
fix _dl_strdup to return NULL instead of crash; ok deraadt@