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=3D220273

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

this cause null pointer reference.

--=20
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>