]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_ssl: follow up to r1876934: use OPENSSL_cleanse().
authorYann Ylavic <ylavic@apache.org>
Fri, 24 Apr 2020 21:29:42 +0000 (21:29 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 24 Apr 2020 21:29:42 +0000 (21:29 +0000)
commit78a6b7d2d1ccb971be3827e4ef26b3e7a4de8172
tree9eaaac8aa27461a108a98c29c634c56d55851325
parent822785094fe21fa22173c6b58739535200432834
mod_ssl: follow up to r1876934: use OPENSSL_cleanse().

memset() might be optimized away by the compiler since buf[] (on the stack)
is not used anymore.

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