Skip to content

Commit

Permalink
MDEV-11061 Valgrind builder produces endless warnings
Browse files Browse the repository at this point in the history
OpenSSL problems, part II
  • Loading branch information
elenst committed Oct 16, 2016
1 parent 8a49e00 commit 4192c46
Showing 1 changed file with 107 additions and 10 deletions.
117 changes: 107 additions & 10 deletions mysql-test/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -1228,25 +1228,122 @@
fun:dlopen@@GLIBC_2.2.5
}

#
# MDEV-11061: OpenSSL 0.9.8 problems
#

{
MDEV-11061: OpenSSL 0.9.8 - Conditional jump or move
MDEV-11061: OpenSSL 0.9.8
Memcheck:Cond
fun:BN_*
obj:*/libz.so*
...
obj:*/libcrypto.so.0.9.8
...
fun:ssl3_ctx_ctrl
fun:new_VioSSLFd
fun:new_VioSSLAcceptorFd
obj:*/libssl.so.0.9.8
...
}

{
MDEV-11061: OpenSSL 0.9.8 - Use of uninitialised value
MDEV-11061: OpenSSL 0.9.8
Memcheck:Value8
fun:BN_*
obj:*/libz.so*
...
obj:*/libcrypto.so.0.9.8
...
obj:*/libssl.so.0.9.8
...
}

{
MDEV-11061: OpenSSL 0.9.8
Memcheck:Cond
obj:*/libcrypto.so.0.9.8
...
obj:*/libssl.so.0.9.8
...
}

{
MDEV-11061: OpenSSL 0.9.8
Memcheck:Value8
obj:*/libcrypto.so.0.9.8
...
obj:*/libssl.so.0.9.8
...
}

{
MDEV-11061: OpenSSL 0.9.8
Memcheck:Cond
obj:*/libssl.so.0.9.8
obj:*/libssl.so.0.9.8
...
}

{
MDEV-11061: OpenSSL 0.9.8
Memcheck:Value8
obj:*/libssl.so.0.9.8
obj:*/libssl.so.0.9.8
...
}

{
MDEV-11061: OpenSSL 0.9.8
Memcheck:Cond
fun:memcpy
obj:*/libcrypto.so.0.9.8
obj:*/libssl.so.0.9.8
...
}

{
MDEV-11061: OpenSSL 0.9.8
Memcheck:Value8
fun:memcpy
obj:*/libcrypto.so.0.9.8
obj:*/libssl.so.0.9.8
...
}

{
MDEV-11061: OpenSSL 0.9.8
Memcheck:Cond
fun:is_overlap
fun:memcpy
obj:*/libcrypto.so.0.9.8
obj:*/libssl.so.0.9.8
...
}

{
MDEV-11061: OpenSSL 0.9.8
Memcheck:Cond
fun:memset
obj:*/libcrypto.so.0.9.8
...
obj:*/libssl.so.0.9.8
...
}

{
MDEV-11061: OpenSSL 0.9.8
Memcheck:Value8
fun:memset
obj:*/libcrypto.so.0.9.8
...
obj:*/libssl.so.0.9.8
...
}

{
MDEV-11061: OpenSSL 0.9.8
Memcheck:Param
write(buf)
obj:*/libpthread-2.9.so*
obj:*/libcrypto.so.0.9.8
...
fun:ssl3_ctx_ctrl
fun:new_VioSSLFd
fun:new_VioSSLAcceptorFd
obj:*/libssl.so.0.9.8
...
}

0 comments on commit 4192c46

Please sign in to comment.