Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2017 04:39:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 220273] netgraph with Raspberry PI 3 panic on close
Message-ID:  <bug-220273-8-EzL1lnYuFS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220273-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220273-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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

--- Comment #1 from Takanori Watanabe <takawata@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220273-8-EzL1lnYuFS>