libzmq/builds/valgrind
Luca Boccassi 00e0957640 Problem: false positive on valgrind 3.10
Solution: update builds/valgrind/valgrind.supp to ignore glibc's
__libc_freeres calls. This code runs after the program exits, and
tries to de-allocate memory allocated internally by glibc, so it has
nothing to do with libzmq code. This suppression is added by default
in newer versions of Valgrind, not yet available on older
distributions.
2016-03-19 21:54:52 +00:00
..
ci_build.sh Problem: CI doesn't run Valgrind 2016-03-19 21:54:52 +00:00
valgrind.supp Problem: false positive on valgrind 3.10 2016-03-19 21:54:52 +00:00
vg Fixed issue #348 2012-03-26 16:31:12 -05:00