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
36fe5b5f
...
36fe5b5fa369d0e42d456a02e9852618f70978ba
authored
2002-09-17 15:06:32 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_format): Bugfix (NULL pointer dereference).
1 parent
83764b96
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mh/mh_format.c
mh/mh_format.c
View file @
36fe5b5
...
...
@@ -360,7 +360,7 @@ mh_format (mh_format_t *fmt, message_t msg, size_t msgno,
print_string
(
&
mach
,
strobj_ptr
(
&
mach
.
reg_str
),
fmtwidth
);
reset_fmt_defaults
(
&
mach
);
}
else
else
if
(
mach
.
reg_str
.
ptr
)
{
print_string
(
&
mach
,
strobj_ptr
(
&
mach
.
reg_str
),
...
...
Please
register
or
sign in
to post a comment