Re: [PATCH nf 0/2] netfilter: nf_conncount: fix bugs in conn_free

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Oct 25, 2018 at 11:55:48PM +0900, Taehee Yoo wrote:
> Two bugs in nf_conncount are fixed by this patch series.
> 
> First patch fixes inconsistent lock state in conn_free().
> conn_free() is called both BH and process context. so that
> spin_lock_bh() should be used.
> 
> Second patch fixes unsafe locking scenario of list element.
> conn_free() can't protect double delete of list element.
> So that dead flag is added.

Series, applied.



[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux