Search:
Login
Help/Guide
About Trac
Register
Forgot your password?
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
548:208fbd1acbe0
for
buffy.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
1998-11-10 02:36:27 (
10 years
ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:
Skip empty mailbox parameters. This fixes a segmentation fault
noted by Marco d'Itri.
Files:
1 modified
buffy.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
buffy.c
r465
r548
170
170
strfcpy (buf, path->data, sizeof (buf));
171
171
mutt_expand_path (buf, sizeof (buf));
172
173
/* Skip empty tokens. */
174
if(!*buf) continue;
175
172
176
/* simple check to avoid duplicates */
173
177
for (tmp = &Incoming; *tmp; tmp = &((*tmp)->next))
Download in other formats:
Unified Diff
Zip Archive