From: Mark Wielaard Date: Mon, 20 Jul 2020 09:35:42 +0000 (+0200) Subject: Add armhf debian specific suppression to auxprogs/gsl-1.6.supp. X-Git-Tag: VALGRIND_3_17_0~171 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf5bc65e020b487bad7a0acf685334b340fa04a1;p=thirdparty%2Fvalgrind.git Add armhf debian specific suppression to auxprogs/gsl-1.6.supp. On debian armhf write goes through the __libc_do_syscall function. --- 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 +} +