|
From: Mark W. <ma...@so...> - 2020-07-20 09:37:13
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=cf5bc65e020b487bad7a0acf685334b340fa04a1 commit cf5bc65e020b487bad7a0acf685334b340fa04a1 Author: Mark Wielaard <ma...@kl...> Date: Mon Jul 20 11:35:42 2020 +0200 Add armhf debian specific suppression to auxprogs/gsl-1.6.supp. On debian armhf write goes through the __libc_do_syscall function. Diff: --- auxprogs/gsl-1.6.supp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/auxprogs/gsl-1.6.supp b/auxprogs/gsl-1.6.supp index addf5d8caf..b7c24e3cf7 100644 --- a/auxprogs/gsl-1.6.supp +++ b/auxprogs/gsl-1.6.supp @@ -12,3 +12,11 @@ fun:__write_nocancel } +{ + gsl-writes-uninit-data-syscall + Memcheck:Param + write(buf) + fun:__libc_do_syscall + fun:write +} + |