From: Ralph Corderoy Date: Fri, 27 Oct 2017 12:44:26 +0000 (+0100) Subject: imaptest.c: Don't test possibly uninitialised local variable. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/da665985decffc0a5c7bed784f225d2972782bcd?hp=da665985decffc0a5c7bed784f225d2972782bcd imaptest.c: Don't test possibly uninitialised local variable. get_imap_response() doesn't necessarily set the content of a non-NULL `char **status'. Do this before calling, and check if it's been set to non-NULL before using upon return. ---