FRIGN 833c2aebb4 Remove mallocarray(...) and use reallocarray(NULL, ...)
After a short correspondence with Otto Moerbeek it turned out
mallocarray() is only in the OpenBSD-Kernel, because the kernel-
malloc doesn't have realloc.
Userspace applications should rather use reallocarray with an
explicit NULL-pointer.

Assuming reallocarray() will become available in c-stdlibs in the
next few years, we nip mallocarray() in the bud to allow an easy
transition to a system-provided version when the day comes.
2015-03-11 10:50:18 +01:00
..
2015-02-11 01:17:21 +00:00
2014-11-17 16:48:34 +00:00
2014-11-17 16:48:34 +00:00
2014-11-17 16:48:34 +00:00
2015-02-12 14:34:07 +00:00
2014-11-17 16:48:34 +00:00
2014-11-17 16:48:34 +00:00
2014-11-17 16:48:34 +00:00
2014-11-17 16:48:34 +00:00
2015-03-10 22:19:19 +01:00
2014-11-17 16:48:34 +00:00
2014-11-17 16:48:34 +00:00
2014-11-17 16:48:34 +00:00
2014-11-21 00:03:30 +00:00
2014-11-17 16:48:34 +00:00
2014-11-17 16:48:34 +00:00
2015-01-25 17:48:11 +00:00