Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Nov 2018 20:06:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 232939] /sbin/ipfw cannot add 'not icmp6types' RULE OPTIONS (MATCH PATTERN)
Message-ID:  <bug-232939-227-Ds75mBOqrP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232939-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232939-227@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=3D232939

--- Comment #2 from commit-hook@freebsd.org ---
A commit references this bug:

Author: ae
Date: Sat Nov  3 20:05:50 UTC 2018
New revision: 340100
URL: https://svnweb.freebsd.org/changeset/base/340100

Log:
  Do not use bzero() for the O_ICMP6TYPE opcode.

  The buffer is already zeroed in compile_rule() function, and also it
  may contain configured F_NOT flag in o.len field. This fixes the filling
  for "not icmp6types" opcode.

  PR:           232939
  MFC after:    3 days

Changes:
  head/sbin/ipfw/ipv6.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-232939-227-Ds75mBOqrP>