protobuf/php/tests/valgrind.supp
Joshua Haberman 759a539736 Fixed PHP SEGV when constructing messages from a destructor.
This also fixes the keep_descriptor_pool_after_request option, which
was not working properly.
2021-09-10 16:57:59 -07:00

34 lines
396 B
Plaintext

{
PHP_Equal_Val
Memcheck:Cond
fun:zend_string_equal_val
}
{
PHP_ScanDir_Tail
Memcheck:Cond
obj:/usr/bin/php7.3
fun:__scandir64_tail
}
{
PHP_ModuleLoadingLeaks
Memcheck:Leak
...
fun:php_module_startup
}
{
PHP_ModuleLoadingLeaks
Memcheck:Leak
...
fun:php_module_startup
}
{
PHP_ModuleLoadingLeaks2
Memcheck:Leak
...
fun:php_load_shlib
}