From a6843f2d1ecf58a3ec2d015f7d379f923fb14528 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 23 Apr 2014 21:31:38 +0000 Subject: Audit malloc(3)/calloc(3)/realloc(3) in VERSION_1_12. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3-56-ge451