Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys
On Thu, Feb 08, 2018 at 07:58:05PM +0000, Maxime Villard wrote:
> Module Name: src
> Committed By: maxv
> Date: Thu Feb 8 19:58:05 UTC 2018
>
> Modified Files:
> src/sys/netinet: tcp_input.c
> src/sys/netinet6: raw_ip6.c udp6_usrreq.c
>
> Log Message:
> Remove the IN6_IS_ADDR_V4MAPPED checks in the protocol functions. They
> are useless, because the IPv6 entry point (ip6_input) already performs
> them.
in6_input performs the check pretty late - is feeding possibly malformed
packets to pfil_run_hooks / altq_cdnr_input safe?
Home |
Main Index |
Thread Index |
Old Index