summaryrefslogtreecommitdiff
path: root/frm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-02-17 11:32:35 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-02-17 11:32:35 +0000
commit4a1df22608888817714a71fd5c78e2a50778f490 (patch)
tree0b6502f2901c14bb53698d008994a033d251a291 /frm
parent7c50e1826f360a308cfd6358579dc72b8c5e6b38 (diff)
downloadmailutils-4a1df22608888817714a71fd5c78e2a50778f490.tar.gz
mailutils-4a1df22608888817714a71fd5c78e2a50778f490.tar.bz2
(get_personal): Fix coredump on empty From: headers.
Diffstat (limited to 'frm')
-rw-r--r--frm/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frm/common.c b/frm/common.c
index cebe9361f..3f57f8607 100644
--- a/frm/common.c
+++ b/frm/common.c
@@ -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);

Return to:

Send suggestions and report system problems to the System administrator.