Azure / azure-c-shared-utility

Azure C SDKs common code
Other
111 stars 203 forks source link

Remove check for return value of strcpy #625

Closed ewertons closed 1 year ago

ewertons commented 1 year ago

The return value for strcpy, strncpy, or related string copy functions have no reserved return value to indicate an error.

This is a port of https://github.com/Azure/azure-c-shared-utility/pull/613