]> git.ipfire.org Git - thirdparty/util-linux.git/commit
include/c.h: implement reallocarray
authorThomas Weißschuh <thomas@t-8ch.de>
Fri, 22 Sep 2023 10:23:03 +0000 (12:23 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Fri, 1 Dec 2023 07:10:37 +0000 (08:10 +0100)
commit0322c9cdd78ce2dde2235c9351891aa54ddb4e12
tree1ed92b6dcd0cd9e0b7c5a2d07c9930de575ce46a
parentc81f7efc978aa384be7afb0b2ebefdb010e496a0
include/c.h: implement reallocarray

reallocarray() is not specified by any standard and may be missing from
older versions of glibc.

Fixes #2491
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
configure.ac
include/c.h
meson.build