]> granicus.if.org Git - mutt/commit
Wrap pgp_uid_t->addr in NONULL(). (closes #3564)
authorKevin McCarthy <kevin@8t8.us>
Tue, 12 Aug 2014 21:33:17 +0000 (14:33 -0700)
committerKevin McCarthy <kevin@8t8.us>
Tue, 12 Aug 2014 21:33:17 +0000 (14:33 -0700)
commit11e647165f33449037b02673a03d5d5d5251b95c
tree99442ed99e6b072e54be501c9bb1bb0837713802
parent835a3b1e7ffaca3aabd6fab9b72455be4319cbc4
Wrap pgp_uid_t->addr in NONULL(). (closes #3564)

The previous patch introduced the possibility for addr to be null.  Mutt
is surprisingly robust against null strings, but there are a few places
that should be wrapped in NONULL().
gnupgparse.c
pgpkey.c