[Bug 220273] netgraph with Raspberry PI 3 panic on close

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 26 04:39:29 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220273

--- Comment #1 from Takanori Watanabe <takawata at FreeBSD.org> ---
In function 
int ng_snd_item(item_p item, int flags)
I found 
  node = NGI_NODE(item)
  ngq = &node->nd_input_queue;
  STAILQ_FIRST(&ngq->queue) == NULL

this cause null pointer reference.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list