Edit

kc3-lang/smtp/test/valgrind-suppressions.txt

Branch :

  • Show log

    Commit

  • Author : humphreyj
    Date : 2018-08-12 07:51:54
    Hash : 27c8a717
    Message : Add Valgrind suppression file to block warnings coming from the allocation routines in OpenSSL. Fix issue reported by Valgrind where empty responses from the server were getting written to before writing to stderr.

  • test/valgrind-suppressions.txt
  • {
      OpenSSL malloc
      Memcheck:Leak
      fun:malloc
      fun:CRYPTO_malloc
      ...
      obj:*libcrypto*
    }
    {
      OpenSSL realloc
      Memcheck:Leak
      fun:realloc
      fun:CRYPTO_realloc
      ...
      obj:*libcrypto*
    }