Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150635515
D7209.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
505 B
Referenced Files
None
Subscribers
None
D7209.id.diff
View Options
Index: head/sys/netgraph/ng_base.c
===================================================================
--- head/sys/netgraph/ng_base.c
+++ head/sys/netgraph/ng_base.c
@@ -3815,7 +3815,7 @@
item = c->c_arg;
/* Do an extra check */
if ((rval > 0) && (c->c_func == &ng_callout_trampoline) &&
- (NGI_NODE(item) == node)) {
+ (item != NULL) && (NGI_NODE(item) == node)) {
/*
* We successfully removed it from the queue before it ran
* So now we need to unreference everything that was
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 11:57 PM (22 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30786387
Default Alt Text
D7209.id.diff (505 B)
Attached To
Mode
D7209: [Bug 211031] [panic] in ng_uncallout when argument is NULL
Attached
Detach File
Event Timeline
Log In to Comment