]> diplodocus.org Git - nmh/commitdiff
imaptest.c: Don't test possibly uninitialised local variable.
authorRalph Corderoy <ralph@inputplus.co.uk>
Fri, 27 Oct 2017 12:44:26 +0000 (13:44 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Fri, 27 Oct 2017 14:08:34 +0000 (15:08 +0100)
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.


No differences found