On Thu, May 06, 2021 at 05:53:50AM -0700, Eric Dumazet wrote: > From: Eric Dumazet <edumazet@xxxxxxxxxx> > > User space could ask for very large hash tables, we need to make sure > our size computations wont overflow. > > nf_tables_newset() needs to double check the u64 size > will fit into size_t field. Also applied, thannks.