From: Paul F. <pa...@so...> - 2025-03-30 07:05:12
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=ec3e8e7f6e5effc92923ce4058f07430ba2d065a commit ec3e8e7f6e5effc92923ce4058f07430ba2d065a Author: Paul Floyd <pj...@wa...> Date: Sun Mar 30 09:00:34 2025 +0200 Linux PPC: add a suppression for an invalid read in libaio io_getevents The testcase memcheck/tests/linux/bug420682_1 should be a straightforward clean test. On old PPC systems it produces one error. Diff: --- glibc-2.X.supp.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/glibc-2.X.supp.in b/glibc-2.X.supp.in index fc346d8037..f606dd5df1 100644 --- a/glibc-2.X.supp.in +++ b/glibc-2.X.supp.in @@ -213,6 +213,12 @@ obj:/*libc-@GLIBC_VERSION@*.so } +{ + libaio-CentOS-7.9-(PPC) + Memcheck:Addr4 + fun:io_getevents +} + ##----------------------------------------------------------------------## # MontaVista Linux 4.0.1 on ppc32 { |