]> granicus.if.org Git - mutt/commit
Check for NULL addresses in mutt_addrcmp().
authorKevin McCarthy <kevin@8t8.us>
Fri, 10 May 2019 02:21:34 +0000 (19:21 -0700)
committerKevin McCarthy <kevin@8t8.us>
Fri, 10 May 2019 02:21:34 +0000 (19:21 -0700)
commit690c294503bdf2362775f692346199fd48366b67
tree718a89f883ee50c221b90d05ce39e9f2786d7b13
parentf56878273e468606dbf8197e78c83783bb4b4410
Check for NULL addresses in mutt_addrcmp().

While looking into ticket #140, I noticed default_to() could pass a
NULL env->from to mutt_addrcmp() if $reply_self is set and there is a
reply_to address.
send.c