diff options
author | Stefan Fritsch <sf@apache.org> | 2013-02-04 20:34:08 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2013-02-04 20:34:08 +0100 |
commit | 8736e6a6d00beb60c6c7744e22e17c1ccb478e56 (patch) | |
tree | e7632f4b021af3a4c00d1c06f9f562a07edd84db /CHANGES | |
parent | xforms (diff) | |
download | apache2-8736e6a6d00beb60c6c7744e22e17c1ccb478e56.tar.xz apache2-8736e6a6d00beb60c6c7744e22e17c1ccb478e56.zip |
Avoid valgrind warnings in mod_ssl random number generator
We intentionally add uninitialized stack memory. To avoid warnings,
make valgrind believe that the memory is defined.
Add configure option to enable valgrind support
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1442307 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) core: Add option to add valgrind suport. Use it to reduce false positive + warnings in mod_ssl. [Stefan Fritsch] + *) mod_lua: Add bindings for apr_dbd/mod_dbd database access [Daniel Gruno] |