svn commit: r232054 - in head/sys: net netinet netinet6

Bjoern A. Zeeb bzeeb-lists at lists.zabbadoz.net
Thu Feb 23 20:36:24 UTC 2012


On 23. Feb 2012, at 18:21 , Kip Macy wrote:

> Author: kmacy
> Date: Thu Feb 23 18:21:37 2012
> New Revision: 232054
> URL: http://svn.freebsd.org/changeset/base/232054
> 
> Log:
>  When using flowtable llentrys can outlive the interface with which they're associated
>  at which the lle_tbl pointer points to freed memory and the llt_free pointer is no longer
>  valid.
> 
>  Move the free pointer in to the llentry itself and update the initalization sites.
> 
>  MFC after:	2 weeks

Please note that you cannot remove llt_free when MFCing; it's used in modules
through the previous version of the macro.

> 
> Modified:
>  head/sys/net/if_llatbl.h
>  head/sys/netinet/in.c
>  head/sys/netinet6/in6.c

-- 
Bjoern A. Zeeb                                 You have to have visions!
   It does not matter how good you are. It matters what good you do!



More information about the svn-src-head mailing list