[openssl-users] OpenSSL library/development problems on OpenSUSE 13.2

Salz, Rich rsalz at akamai.com
Tue Feb 9 20:44:16 UTC 2016


   // Generates Garbage
   memcpy(encbuf, encbuf+100, enclen);                 

For overlapping copies you are supposed to use memmove.



More information about the openssl-users mailing list