svn commit: r335919 - head/sys/netinet6

Bjoern A. Zeeb bzeeb-lists at lists.zabbadoz.net
Mon Sep 3 16:07:10 UTC 2018


On 3 Jul 2018, at 23:30, Matt Macy wrote:

> Author: mmacy
> Date: Tue Jul  3 23:30:53 2018
> New Revision: 335919
> URL: https://svnweb.freebsd.org/changeset/base/335919
>
> Log:
>   udp6_input: validate inpcb before use
>
>   When traversing pcbinfo lists (rather than calling lookup) we need 
> to
>   explicitly validate an inpcb before use.
>
> Modified:
>   head/sys/netinet6/udp6_usrreq.c
>

why is this needed in udp6 and not for udp where the code looks 
familiarly similar?


/bz


More information about the svn-src-all mailing list