tools: fix realloc bug.
Reallocing smaller can move the pointer; certainly valgrind detects it. Found while chasing intermittant errors on "make fastcheck".
Showing
Please register or sign in to comment
Reallocing smaller can move the pointer; certainly valgrind detects it. Found while chasing intermittant errors on "make fastcheck".