Discussion:
[Bug 210943] Page fault in ip6_setpktopts when syncthing is started with pflog loaded
(too old to reply)
b***@freebsd.org
2016-07-13 17:57:50 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210943

Mark Linimon <***@FreeBSD.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Assignee|freebsd-***@FreeBSD.org |freebsd-***@FreeBSD.org
--
You are receiving this mail because:
You are the assignee for the bug.
b***@freebsd.org
2016-07-13 17:57:58 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210943

Mark Linimon <***@FreeBSD.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch
--
You are receiving this mail because:
You are the assignee for the bug.
b***@freebsd.org
2016-07-13 19:42:09 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210943

--- Comment #5 from commit-***@freebsd.org ---
A commit references this bug:

Author: dim
Date: Wed Jul 13 19:41:19 UTC 2016
New revision: 302784
URL: https://svnweb.freebsd.org/changeset/base/302784

Log:
Fix a page fault in ip6_setpktopt(), occurring when the pflog module is
loaded, and syncthing is started, which uses setsockopt(IPV6_PKGINFO).

This is because pflog interfaces do not normally have an IPv6 address,
causing the ND_IFINFO() macro to dereference a NULL pointer.

Reviewed by: ae
PR: 210943
MFC after: 3 days

Changes:
head/sys/netinet6/ip6_output.c
--
You are receiving this mail because:
You are the assignee for the bug.
b***@freebsd.org
2016-07-13 19:45:00 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210943

Dimitry Andric <***@FreeBSD.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|New |Closed
--
You are receiving this mail because:
You are the assignee for the bug.
b***@freebsd.org
2016-07-14 07:25:36 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210943

Kubilay Kocak <***@FreeBSD.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Assignee|freebsd-***@FreeBSD.org |***@FreeBSD.org
Flags| |mfc-stable10?,
| |mfc-stable11?
Resolution|FIXED |---
Status|Closed |In Progress

--- Comment #6 from Kubilay Kocak <***@FreeBSD.org> ---
Assign to committer that resolved.

Re-open for MFC to stable/11, stable/10

Please set flag mfc-stable* to + if/when committed, or - if not appropriate
with comment
--
You are receiving this mail because:
You are the assignee for the bug.
Loading...