Re: [PATCH net-next 0/8] Netfilter/IPVS fixes for net-next
Florian Westphal <[email protected]>
| Newsgroups | gmane.comp.security.firewalls.netfilter.devel,gmane.linux.network |
|---|---|
| Message-ID | <[email protected]> |
Pablo Neira Ayuso <[email protected]> wrote: > 1) Validate layer 4 header mangling done via nfnetlink_queue and > nft_payload, this is a follow up to recent similar validation > at layer 3. From Zhiling Zou. This needs a followup patch to add validation of the checksum field. > 2) Do not allocate memory on delete operations in ipset hash:net > type, delete operation must always succeed. From Florian Westphal. The AI feedback should be ignored for this one. The missing check for the error is valid, it is added in the pending rhashtable patchset.