FreeBSD Bugzilla – Attachment 33194 Details for
Bug 54482
Coding error in net/ntop
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 309 bytes, created by
Melvyn Sopacua
on 2003-07-14 20:10:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Melvyn Sopacua
Created:
2003-07-14 20:10:13 UTC
Size:
309 bytes
patch
obsolete
>--- main.c.orig Mon Jul 14 19:34:51 2003 >+++ main.c Mon Jul 14 19:43:31 2003 >@@ -757,7 +757,7 @@ > > if((argc == 2) && (argv[1][0] != '-')) { > /* Options specified on a configuration file */ >- FILE *fd = fopen(argv[optind], "r"); >+ FILE *fd = fopen(argv[optind] + 1, "r"); > > if(fd != NULL) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 54482
: 33194