I recently stumbled across an article that claims Microsoft is banning the memcpy() function in its secure programming shops. I understand the vulnerabilities i
memcpy()
You are supposed to use memcpy_s() instead. The same kind of _s versions exist for a variety of other functions considered as unsecure.