tests/server/util.c: remove use of strncpy

... and ban the function in code in this directory.

Closes #15213
This commit is contained in:
Daniel Stenberg 2024-10-09 15:56:28 +02:00
parent 08949637d5
commit 45b388fdc7
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 62 additions and 54 deletions

View file

@ -50,7 +50,7 @@ AM_CPPFLAGS += -DCURL_NO_GETADDRINFO_OVERRIDE
# Makefile.inc provides neat definitions
include Makefile.inc
EXTRA_DIST = base64.pl CMakeLists.txt
EXTRA_DIST = base64.pl CMakeLists.txt .checksrc
CHECKSRC = $(CS_$(V))
CS_0 = @echo " RUN " $@;