Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
4a1df226
...
4a1df22608888817714a71fd5c78e2a50778f490
authored
2006-02-17 11:32:35 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(get_personal): Fix coredump on empty From: headers.
1 parent
7c50e182
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
frm/common.c
frm/common.c
View file @
4a1df22
...
...
@@ -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
);
...
...
Please
register
or
sign in
to post a comment