mirror of
git://sourceware.org/git/valgrind.git
synced 2026-01-12 00:19:31 +08:00
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.
This commit is contained 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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user