]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Linux PPC: add a suppression for an invalid read in libaio io_getevents
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 30 Mar 2025 07:00:34 +0000 (09:00 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 30 Mar 2025 07:04:56 +0000 (09:04 +0200)
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

index fc346d803720e6c84f31765188aec9d8b0cf4a6a..f606dd5df10f912bd72a1b6efb8e4975f96ec518 100644 (file)
    obj:/*libc-@GLIBC_VERSION@*.so
 }
 
+{
+   libaio-CentOS-7.9-(PPC)
+   Memcheck:Addr4
+   fun:io_getevents
+}
+
 ##----------------------------------------------------------------------##
 # MontaVista Linux 4.0.1 on ppc32
 {