Date: Fri, 13 May 2005 11:44:37 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_divert.c Message-ID: <200505131144.j4DBibiE064850@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2005-05-13 11:44:37 UTC FreeBSD src repository Modified files: sys/netinet ip_divert.c Log: In div_output() explicitly set m->m_nextpkt to NULL. If divert socket is not userland, but ng_ksocket, then m->m_nextpkt may be non-NULL. In this case we would panic in sbappend. Revision Changes Path 1.113 +5 -0 src/sys/netinet/ip_divert.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505131144.j4DBibiE064850>