mongodb / winkerberos

A native Kerberos client implementation for Python on Windows
Apache License 2.0
54 stars 15 forks source link

Use memcpy_s #5

Closed schlenk closed 8 years ago

schlenk commented 8 years ago

The code is windows only, so it should probably use the 'secure' versions of CRT functions:

https://blogs.microsoft.com/cybertrust/2009/05/14/please-join-me-in-welcoming-memcpy-to-the-sdl-rogues-gallery/

behackett commented 8 years ago

Good idea. I'll do that before the first release.