wlav / cppyy

Other
384 stars 38 forks source link

Valgrind suppressions to fix GIL/malloc leaks and ubuntu library related errors #231

Closed maximusron closed 2 months ago

maximusron commented 2 months ago

This patch improves the valgrind suppressions file. We ran into some leaks that were detected as a part of strncmp()(see https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/2015216) on the InterOp forks CI.

This should avoid the same by updating the suppressions file.