• Show log

    Commit

  • Hash : 2ad3eb3e
    Author : Edward Thomson
    Date : 2019-11-24T15:59:26

    valgrind: add suppressions for undefined use
    
    valgrind will warn that OpenSSL will use undefined data in connect/read
    when talking to certain other TLS stacks.  Thankfully, this only seems
    to occur when gcc is the compiler, so hopefully valgrind is just
    misunderstanding an optimization.  Regardless, suppress this warning.