[Bug 231045] ipv6 fragment reassembly broken
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Sep 3 08:57:40 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231045
--- Comment #4 from commit-hook at freebsd.org ---
A commit references this bug:
Author: kp
Date: Mon Sep 3 08:57:09 UTC 2018
New revision: 338442
URL: https://svnweb.freebsd.org/changeset/base/338442
Log:
MFC r338406:
frag6: Fix fragment reassembly
r337776 started hashing the fragments into buckets for faster lookup.
The hashkey is larger than intended. This results in random stack data being
included in the hashed data, which in turn means that fragments of the same
packet might end up in different buckets, causing the reassembly to fail.
Set the correct size for hashkey.
PR: 231045
Changes:
_U stable/11/
stable/11/sys/netinet6/frag6.c
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-net
mailing list