Skip to content
Snippets Groups Projects
Commit eb4ba2d4 authored by Adam Borowski's avatar Adam Borowski
Browse files

test: helgrind.supp: allow *mem*cpy

Both __GI_mempcpy and __GI_memcpy can come here, the latter starting
with glibc 2.35.
parent 085e3cc6
No related branches found
No related tags found
No related merge requests found
{
<debug_log_suppress>
drd:ConflictingAccess
fun:*mempcpy
fun:*mem*cpy
...
fun:_IO_file_xsputn@@GLIBC*
fun:fputs
......@@ -22,7 +22,7 @@
{
<ut_log_suppress>
drd:ConflictingAccess
fun:*mempcpy
fun:*mem*cpy
fun:_IO_file_xsputn@@GLIBC*
fun:fputs
...
......
{
<debug_log_suppress>
Helgrind:Race
fun:*mempcpy
fun:*mem*cpy
...
fun:_IO_file_xsputn@@GLIBC*
fun:fputs
......@@ -22,7 +22,7 @@
{
<ut_log_suppress>
Helgrind:Race
fun:*mempcpy
fun:*mem*cpy
fun:_IO_file_xsputn@@GLIBC*
fun:fputs
...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment