mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-03-30 22:19:17 +02:00

Replaced all usages of `strcpy` with `strncpy` or `strcpy_s`. Make sure that all usages of `strncpy` specified the correct buffer size.