]> granicus.if.org Git - openssl/commit
Change snprintf to memcpy
authorMatt Caswell <matt@openssl.org>
Mon, 26 Oct 2015 12:00:00 +0000 (12:00 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 30 Oct 2015 08:39:47 +0000 (08:39 +0000)
commit141eb8c679a316278651d1e50b2259a989e030c9
treeca8cca5e8e5d6774cb23393361e7a6eb20a6f80d
parent8481f583d3aebd7383ba5824bfbe854242231e1b
Change snprintf to memcpy

There was a few uses of snprintf in the DTLS SCTP code which made more
sense to be a memcpy.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/statem/statem_clnt.c
ssl/statem/statem_srvr.c