CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2014/06/21 02:00:23
Modified files: libexec/ld.so : Makefile dir.c dl_prebind.c library.c library_mquery.c loader.c malloc.c path.c resolve.c sod.c util.c util.h libexec/ld.so/ldconfig: prebind_path.c Added files: libexec/ld.so : reallocarray.c Log message: Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry and fix _dl_strdup to return NULL instead of crash; ok deraadt@