aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-04-23 21:31:38 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-04-23 21:31:38 +0000
commita6843f2d1ecf58a3ec2d015f7d379f923fb14528 (patch)
treec0cba943207eb76407d9784bd8e6a9c95803b695 /Makefile
parent9a4f79b8ca10cc2f4f3665e85ffc339ecf8b8d7d (diff)
downloadmandoc-a6843f2d1ecf58a3ec2d015f7d379f923fb14528.tar.gz
mandoc-a6843f2d1ecf58a3ec2d015f7d379f923fb14528.tar.zst
mandoc-a6843f2d1ecf58a3ec2d015f7d379f923fb14528.zip
Audit malloc(3)/calloc(3)/realloc(3) in VERSION_1_12.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7069201a..a453f888 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,7 @@ TESTSRCS = test-betoh64.c \
test-fgetln.c \
test-getsubopt.c \
test-mmap.c \
+ test-reallocarray.c \
test-strlcat.c \
test-strlcpy.c \
test-strnlen.c \
@@ -89,6 +90,7 @@ SRCS = LICENSE \
chars.in \
compat_fgetln.c \
compat_getsubopt.c \
+ compat_reallocarray.c \
compat_strcasestr.c \
compat_strlcat.c \
compat_strlcpy.c \
@@ -212,6 +214,7 @@ LIBMANDOC_OBJS = $(LIBMAN_OBJS) \
COMPAT_OBJS = compat_fgetln.o \
compat_getsubopt.o \
+ compat_reallocarray.o \
compat_strcasestr.o \
compat_strlcat.o \
compat_strlcpy.o \