FreeBSD Bugzilla – Attachment 9887 Details for
Bug 20057
netgraph panics in ng_base.c:ng_path2node
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 557 bytes, created by
kabaev
on 2000-07-20 14:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
kabaev
Created:
2000-07-20 14:10:00 UTC
Size:
557 bytes
patch
obsolete
>Index: ng_base.c >=================================================================== >RCS file: /home/ncvs/src/sys/netgraph/ng_base.c,v >retrieving revision 1.20 >diff -u -r1.20 ng_base.c >--- ng_base.c 2000/05/26 02:05:38 1.20 >+++ ng_base.c 2000/07/20 12:48:06 >@@ -1100,7 +1100,7 @@ > > /* Now compute return address, i.e., the path to the sender */ > if (rtnp != NULL) { >- MALLOC(*rtnp, char *, NG_NODELEN + 2, M_NETGRAPH, M_WAITOK); >+ MALLOC(*rtnp, char *, NG_NODELEN + 2, M_NETGRAPH, M_NOWAIT); > if (*rtnp == NULL) { > TRAP_ERROR; > return (ENOMEM);
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 20057
: 9887