mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:23:30 +03:00
curlx: curlx_strcopy() instead of strcpy()
This function REQUIRES the size of the target buffer as well as the length of the source string. Meant to make it harder to do a bad strcpy().
This commit is contained in:
parent
6b9c75e219
commit
f249199426
30 changed files with 197 additions and 97 deletions
|
|
@ -40,6 +40,7 @@ CURLX_C = \
|
|||
../../lib/curlx/inet_pton.c \
|
||||
../../lib/curlx/multibyte.c \
|
||||
../../lib/curlx/nonblock.c \
|
||||
../../lib/curlx/strcopy.c \
|
||||
../../lib/curlx/strerr.c \
|
||||
../../lib/curlx/strparse.c \
|
||||
../../lib/curlx/timediff.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue