From ec3e8e7f6e5effc92923ce4058f07430ba2d065a Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sun, 30 Mar 2025 09:00:34 +0200 Subject: [PATCH] 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. --- 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 { -- 2.47.2