From e441ae8c30b35ad7602ab428753afb4a335b34bf Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 20 Aug 2023 18:09:14 +0200 Subject: Add hardening for strchr --- tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index d5f0a09..1ea610b 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -75,6 +75,8 @@ TARGETS= \ test_stpncpy_overwrite_under \ test_stpncpy_static_write \ test_strcat_static_write \ + test_strchr_dynamic_read \ + test_strchr_static_read \ test_strcpy_overwrite_over \ test_strcpy_overwrite_under \ test_strcpy_static_write \ -- cgit v1.3