/[Apache-SVN]
ViewVC logotype

Revision 1795830


Jump to revision: Previous Next
Author: jchampion
Date: Mon May 22 16:40:54 2017 UTC (6 years, 10 months ago)
Changed paths: 1
Log Message:
ab: don't call malloc_init for OpenSSL 1.1.0

Patch by rjung.

The 1.1.0 compatibility macro for OpenSSL_malloc_init() causes problems
when mixed with procedure linkage stubs with some toolchains (e.g. GCC).
OpenSSL's malloc implementation doesn't recognize that the PLT stub
points back to it, which leads to infinite recursion.

Since the 1.1.0 documentation states that calling this function
explicitly is no longer necessary except "in certain shared-library
situations"(?), get rid of it.

Changed paths

Path Details
Directoryhttpd/httpd/trunk/support/ab.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26