FreeBSD Bugzilla – Attachment 15643 Details for
Bug 28927
IPv6 prefix-discovery code sleeps when it shouldn't
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 528 bytes, created by
wollman
on 2001-07-12 22:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
wollman
Created:
2001-07-12 22:10:01 UTC
Size:
528 bytes
patch
obsolete
>Index: netinet6/in6.c >=================================================================== >RCS file: /home/ncvs/src/sys/netinet6/in6.c,v >retrieving revision 1.7.2.3 >diff -u -r1.7.2.3 in6.c >--- netinet6/in6.c 2001/07/03 11:01:50 1.7.2.3 >+++ netinet6/in6.c 2001/07/12 16:40:26 >@@ -900,7 +900,7 @@ > if (ia == NULL) { > hostIsNew = 1; > ia = (struct in6_ifaddr *) >- malloc(sizeof(*ia), M_IFADDR, M_WAITOK); >+ malloc(sizeof(*ia), M_IFADDR, M_NOWAIT); > if (ia == NULL) > return (ENOBUFS); > bzero((caddr_t)ia, sizeof(*ia));
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 28927
: 15643