All of lore.kernel.org
 help / color / mirror / Atom feed
* [nft PATCH 0/2] Sanitize two error conditions in netlink code
@ 2025-05-16 18:25 Phil Sutter
  2025-05-16 18:25 ` [nft PATCH 1/2] netlink: Avoid potential NULL-ptr deref parsing set elem expressions Phil Sutter
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Phil Sutter @ 2025-05-16 18:25 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: netfilter-devel

While reviewing netlink deserialization code I noticed these two
potential issues. Submitting them separately from other work as they are
clear fixes (IMO).

Phil Sutter (2):
  netlink: Avoid potential NULL-ptr deref parsing set elem expressions
  netlink: Catch unknown types when deserializing objects

 src/netlink.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

-- 
2.49.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-05-20 10:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-16 18:25 [nft PATCH 0/2] Sanitize two error conditions in netlink code Phil Sutter
2025-05-16 18:25 ` [nft PATCH 1/2] netlink: Avoid potential NULL-ptr deref parsing set elem expressions Phil Sutter
2025-05-16 18:25 ` [nft PATCH 2/2] netlink: Catch unknown types when deserializing objects Phil Sutter
2025-05-20 10:34 ` [nft PATCH 0/2] Sanitize two error conditions in netlink code Florian Westphal
2025-05-20 10:53   ` Phil Sutter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.