]> granicus.if.org Git - apache/commit
* modules/ssl/ssl_engine_io.c (char_buffer_read): Use memmove in place
authorJoe Orton <jorton@apache.org>
Wed, 6 Aug 2008 14:37:09 +0000 (14:37 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 6 Aug 2008 14:37:09 +0000 (14:37 +0000)
commitfeabec39027d83cea734d9aa40c4ab5f0f4770e4
tree9fffc8b8e4066c9208f569403997ee3f6ba23a06
parentb96fe2d2f1f5544a1fbe881ef10a2f7f3dcf0832
* modules/ssl/ssl_engine_io.c (char_buffer_read): Use memmove in place
  of memcpy since the buffers can overlap; add explanatory comment.

PR: 45444

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@683280 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_io.c