"Lei Zhang" thestig@google.com writes:
Valgrind is complaining we are doing strcmp() on the buffer without initializing it.
You should fix the code to not do the strcmp when we don't have a valid buffer, instead of hiding the bug by clearing memory.