From 52ec4848225a0e9f577272015ced52c45923d4ba Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 16 Nov 2023 16:42:41 +0100 Subject: Add hardening for select() This is unlikely to be used, since fd_set is usually manipulated by macros, but it doesn't hurt to add a simple comparison. --- tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index a93e0e9..4889dc7 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -78,6 +78,8 @@ RUNTIME_TARGETS= \ test_recv_static \ test_recvfrom_dynamic \ test_recvfrom_static \ + test_select_dynamic \ + test_select_static \ test_send_dynamic \ test_send_static \ test_sendto_dynamic \ -- cgit v1.3