• Rusty Russell's avatar
    ccanlint: make valgrind understand child output. · 99faa47c
    Rusty Russell authored
    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!
    99faa47c
tests_pass_valgrind.c 6.51 KB