]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
authorDavid S. Miller <davem@davemloft.net>
Sun, 3 Jul 2022 11:29:18 +0000 (12:29 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Jul 2022 11:29:18 +0000 (12:29 +0100)
commit943cce7ab3883c1e07720184eac5ac7efdb91f6d
treea482ac1ba8b798e1ba26d39738aa7c64ba60eaca
parent8f958d581f97c435bf4341914bc5dd4f2cf84815
parentffee823cd180ead79cdd7a2684b7b6cd3c34e38a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf

Pablo Neira Ayuso says:

====================
Netfilter fixes for net

The following patchset contains Netfilter fixes for net:

1) Insufficient validation of element datatype and length in
   nft_setelem_parse_data(). At least commit ef5485c9b3ef updates
   maximum element data area up to 64 bytes when only 16 bytes
   where supported at the time. Support for larger element size
   came later in ba4ee27f6665 though. Picking this older commit
   as Fixes: tag to be safe than sorry.

2) Memleak in pipapo destroy path, reproducible when transaction
   in aborted. This is already triggering in the existing netfilter
   test infrastructure since more recent new tests are covering this
   path.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>