• Show log

    Commit

  • Hash : 56d5b443
    Author : Patrick Steinhardt
    Date : 2019-09-21T17:55:54

    valgrind: suppress memory leaks in libssh2_session_handshake
    
    On Ubuntu, the combination of libgcrypt and libssh2 is quite old and
    known to contain memory leaks. We thus have several functions listed in
    our suppressions file that are known to leak. Due to a recent update of
    libssh2 or libgcrypt, there now are new memory leaks caused by
    libssh2_session_handshake and libssh2_init that cause the CI to fail.
    
    Add a new suppression to fix the issue.