Bug 781: Suppress the valgrind error: Invalid read size of 8 in TestSuite devices-mesh-dot11s-regression

This commit is contained in:
Faker Moatamri
2010-01-13 10:30:56 +01:00
parent a8d2438b42
commit 7623a960a5
2 changed files with 88 additions and 1 deletions

5
testpy.supp Normal file
View File

@@ -0,0 +1,5 @@
{
Supress invalid read size errors in SendPreq() when using HwmpProtocolMac
Memcheck:Addr8
fun:*HwmpProtocolMac*SendPreq*
}