Skip to content

Commit

Permalink
Suppress Valgrind Memcheck:Overlap noise from VDB 3.0.6's Mbed TLS.
Browse files Browse the repository at this point in the history
It still lacks Mbed-TLS/mbedtls#6942 but now
formally calls __GI_memcpy rather than memcpy@@GLIBC_2.14.
JIRA: CXX-13141.

git-svn-id: https://anonsvn.ncbi.nlm.nih.gov/repos/v1/trunk/c++@100239 78c7ea69-d796-4a43-9a09-de51944f1b03
  • Loading branch information
ucko committed Jul 11, 2023
1 parent 774c579 commit 8be3a5e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/common/check/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,13 @@
fun:mbedtls_mpi_sub_abs
}

{
NCBI VDB ver 3.0.6 -- lacks https://github.com/Mbed-TLS/mbedtls/pull/6942
Memcheck:Overlap
fun:__GI_memcpy
fun:mbedtls_mpi_sub_abs
}

{
BerkeleyDB 4.6.21.1 glitch -- uninit value created on stack
Memcheck:Param
Expand Down

0 comments on commit 8be3a5e

Please sign in to comment.