Commit 5d73a541 authored by Danny Auble's avatar Danny Auble
Browse files

Have bitstring use the xmalloc stuff instead of calloc and realloc.

It was found the realloc logic could result in Valgrind complaining of
uninitialized data when doing a bit_fmt on the realloced bit structure.
using xrealloc instead fixes the issue and makes things good, perhaps
speeds things up as well.
parent a578527a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment