Branch

  • Show log

    Commit

  • Hash : c9b80c25
    Author : Edward Thomson
    Date : 2021-08-21T15:28:45

    valgrind: suppress leaks in dlopen and newer libraries
    
    dlopen sets up some thread-local state that isn't cleaned up by
    `dlclose`.  Additionally, now that we're linking against different
    versions of libssh2 and OpenSSL, we're seeing different leak signatures.