Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of | 2017-01-24 | 1 | -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 and | 2014-06-21 | 1 | -0/+39 | |
fix _dl_strdup to return NULL instead of crash; ok deraadt@ |