aba05d93fe13aebb76d3ab8ca235a40f75b4afc4 |
|
18-Jan-2018 |
Stephan Bosch <stephan.bosch@dovecot.fi> |
lib-smtp: address: Consistently allow address values to be NULL.
If the address pointer is NULL or the localpart field is NULL or empty, it
signifies that it is the NULL address "<>".
In the case of smtp_address_equals(), this also likely fixes crashes at places
where it may be used to compare "<>". |