mirror of
https://github.com/curl/curl.git
synced 2026-01-26 15:03:21 +00:00
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(). Removes 23 calls to strcpy(). Closes #20067