Commit Briefs








Stefan Sperling

always free ds->J in got_diffreg()





Theo Buehler

make max_connect static as in the original diffreg.c

This way we grow the array instead of doing 64 <<= 1.


Stefan Sperling

fix open file leaks in previous







Martin Pieuchot

Get rid of xmalloc.{c,h}.

malloc(3) & pread(3) errors will now be reported as GOT_ERR_NO_MEM. This does not improve the numbers of leaks in diffreg.c


Stefan Sperling

make tree diffing work


Stefan Sperling

pass output file to diffreg



Stefan Sperling

add todo comment about diffreg() arguments



Stefan Sperling

remove diff_args from global state as well