summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2023-11-16 16:42:41 +0100
committerjvoisin2023-11-16 16:42:41 +0100
commit52ec4848225a0e9f577272015ced52c45923d4ba (patch)
tree2d0f2395dfd51d7b2810b7be3e549176b8a6c736 /tests/Makefile
parentcfdcaf72ca60db28ad8a7240a5a09e99151cab24 (diff)
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.
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index a93e0e9..4889dc7 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -78,6 +78,8 @@ RUNTIME_TARGETS= \
78 test_recv_static \ 78 test_recv_static \
79 test_recvfrom_dynamic \ 79 test_recvfrom_dynamic \
80 test_recvfrom_static \ 80 test_recvfrom_static \
81 test_select_dynamic \
82 test_select_static \
81 test_send_dynamic \ 83 test_send_dynamic \
82 test_send_static \ 84 test_send_static \
83 test_sendto_dynamic \ 85 test_sendto_dynamic \