From 1ace027335c9ca0ae400958aded936d04505ec86 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 30 May 2023 20:46:14 +0200 Subject: Add a check for overlapping copies in strcpy --- tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 9cca6f5..18f55fe 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -13,6 +13,8 @@ TARGETS=test_memcpy_static_write \ test_memset_dynamic_write \ test_strcpy_static_write \ test_strcat_static_write \ + test_strcpy_overwrite_over \ + test_strcpy_overwrite_under\ .SILENT: -- cgit v1.3