From e182dd0138d8040c44481a48277cab4098ccca0a Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 20 Aug 2023 18:15:24 +0200 Subject: Add hardening for strrchr --- tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 1ea610b..c2bc378 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -84,6 +84,8 @@ TARGETS= \ test_strncpy_overwrite_over \ test_strncpy_overwrite_under \ test_strncpy_static_write \ + test_strrchr_dynamic_read \ + test_strrchr_static_read \ test_ttyname_r_dynamic \ test_ttyname_r_static \ test_vsnprintf_dynamic \ -- cgit v1.3