]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add armhf debian specific suppression to auxprogs/gsl-1.6.supp.
authorMark Wielaard <mark@klomp.org>
Mon, 20 Jul 2020 09:35:42 +0000 (11:35 +0200)
committerMark Wielaard <mark@klomp.org>
Mon, 20 Jul 2020 09:35:42 +0000 (11:35 +0200)
On debian armhf write goes through the __libc_do_syscall function.

auxprogs/gsl-1.6.supp

index addf5d8caf19af3049a74ce0d52df63b412e4747..b7c24e3cf7d9ba718a9185749e1621656ca42091 100644 (file)
    fun:__write_nocancel
 }
 
+{
+   gsl-writes-uninit-data-syscall
+   Memcheck:Param
+   write(buf)
+   fun:__libc_do_syscall
+   fun:write
+}
+