change mallocarray to reallocarray. useful in a few more situations.
authortedu <tedu@openbsd.org>
Tue, 22 Apr 2014 14:26:26 +0000 (14:26 +0000)
committertedu <tedu@openbsd.org>
Tue, 22 Apr 2014 14:26:26 +0000 (14:26 +0000)
commit7e25e286a3f6dc6f10ce96311881490e384fdb24
tree8e233acd818f3712a38cd3326a942b210971c5c9
parent1eabb2a0c8fc2061c20a3776e15ecee3d36bc835
change mallocarray to reallocarray. useful in a few more situations.
malloc can, as always, be emulated via realloc(NULL).
ok deraadt
include/stdlib.h
lib/libc/stdlib/Makefile.inc
lib/libc/stdlib/malloc.3
lib/libc/stdlib/malloc.c