]> git.ozlabs.org Git - ccan/commit
ccanlint: make valgrind understand child output.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 24 Aug 2011 03:22:24 +0000 (12:52 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 24 Aug 2011 03:22:24 +0000 (12:52 +0930)
commit99faa47cc632f10b26e577c860657528e1bf2712
treeb59341f172705435586f9e9e6581bb3fd0587cb9
parent2bce880a453a64d2d1dfc2e48184553ff4f2550b
ccanlint: make valgrind understand child output.

We turned on --child-silent-after-fork=yes, because the output
confused our dumb parser.  Now we split output by prefix ("==<pid>==")
and then we can sort out the leaks from the errors.

This means we find more errors.... next patch!
tools/ccanlint/tests/tests_pass_valgrind.c