Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 7ba7d66
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Apr 16, 2010, 6:01:54 PM (
15 years
ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master
,
release-1.10
,
release-1.6
,
release-1.7
,
release-1.8
,
release-1.9
Children:
6e58ff2
Parents:
b094191
Message:
zcrypt: Fix a segfault without any arguments.
File:
1 edited
zcrypt.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
zcrypt.c
rb094191
r7ba7d66
254
254
}
255
255
256
if (error
)
256
if (error
|| !cryptspec
)
257
257
{
258
258
fprintf(stderr, "Usage: %s [-Z|-D|-E|-R|-S] [-F Keyfile] [-c class] [-i instance]\n", argv[0]);
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive