Skip to content
  1. May 22, 2017
    • Jacob Champion's avatar
      ab: don't call malloc_init for OpenSSL 1.1.0 · 6f1b18e5
      Jacob Champion authored
      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.
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1795830 13f79535-47bb-0310-9956-ffa450edef68
      6f1b18e5
  2. May 20, 2017
  3. May 19, 2017
  4. May 16, 2017
  5. May 11, 2017
  6. May 07, 2017
  7. May 06, 2017
  8. May 05, 2017
  9. May 04, 2017
  10. May 02, 2017
  11. May 01, 2017
  12. Apr 29, 2017
  13. Apr 28, 2017
  14. Apr 25, 2017