Commit 4a1df226 4a1df22608888817714a71fd5c78e2a50778f490 by Sergey Poznyakoff

(get_personal): Fix coredump on empty From: headers.

1 parent 7c50e182
......@@ -390,7 +390,7 @@ get_personal (mu_header_t hdr, const char *field, char **personal)
if (status == 0)
{
mu_address_t address = NULL;
char *s;
char *s = NULL;
mu_address_create (&address, hfield);
......