mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:03:31 +03:00
tests/server/util.c: remove use of strncpy
... and ban the function in code in this directory. Closes #15213
This commit is contained in:
parent
08949637d5
commit
45b388fdc7
4 changed files with 62 additions and 54 deletions
|
|
@ -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 " $@;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue