Skip to content
  • Ariadne Conill's avatar
    main/openssl: disable free(2) caching in ssl code · ffb07fe0
    Ariadne Conill authored
    This code is dubious at best and also responsible for the heartbleed vulnerability
    being exposed in the first place.  With the heartbleed test on a broken version, this
    results in a daemon crash instead of private key exposure.  We add dummy padding to
    preserve ABI compatibility with older packages.
    ffb07fe0