FreeBSD Bugzilla – Attachment 16769 Details for
Bug 30630
[if_mib] Failure to check for existence of interface in if_mib.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 306 bytes, created by
brandt
on 2001-09-17 16:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
brandt
Created:
2001-09-17 16:20:02 UTC
Size:
306 bytes
patch
obsolete
>Index: if_mib.c >=================================================================== >RCS file: /usr/ncvs/src/sys/net/if_mib.c,v >retrieving revision 1.11 >diff -r1.11 if_mib.c >86c86,87 >< ifp = ifaddr_byindex(name[0])->ifa_ifp; >--- >> if ((ifp = ifaddr_byindex(name[0])->ifa_ifp) == NULL) >> return (ENOENT);
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 30630
: 16769