Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jul 2016 19:42:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 210943] Page fault in ip6_setpktopts when syncthing is started with pflog loaded
Message-ID:  <bug-210943-2472-tgQJ7ytWQh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-210943-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-210943-2472@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=3D210943

--- Comment #5 from commit-hook@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

--=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-210943-2472-tgQJ7ytWQh>