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

@ -49,6 +49,7 @@ path = [
"lib/vtls/.checksrc",
"src/.checksrc",
"tests/libtest/.checksrc",
"tests/server/.checksrc",
]
SPDX-FileCopyrightText = "Daniel Stenberg, <daniel@haxx.se>, et al."
SPDX-License-Identifier = "curl"