Skip to content

Commit 8692537

Browse files
committed
suppress zend_string_equal_val uninitialised value(s) valgrind warning
see https://bugs.php.net/bug.php?id=76445
1 parent 55aeef5 commit 8692537

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.valgrindrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--suppressions=./tests/zend.supp

tests/zend.supp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
<uninitialised_values_zend_string_equal_val>
3+
Memcheck:Cond
4+
fun:zend_string_equal_val
5+
}

0 commit comments

Comments
 (0)