All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/4] udp: a few fixes
@ 2019-02-21 16:43 Paolo Abeni
  2019-02-21 16:43 ` [PATCH net 1/4] udpv6: add the required annotation to mib type Paolo Abeni
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Paolo Abeni @ 2019-02-21 16:43 UTC (permalink / raw)
  To: netdev; +Cc: David S. Miller, Stefano Brivio

This series includes some UDP-related fixlet. All this stuff has been
pointed out by the sparse tool. The first two patches are just annotation
related, while the last 2 cover some very unlikely races.

Paolo Abeni (4):
  udpv6: add the required annotation to mib type
  fou6: fix proto error handler argument type
  udpv6: fix possible user after free in error handler
  udp: fix possible user after free in error handler

 net/ipv4/udp.c  |  6 ++++--
 net/ipv6/fou6.c |  2 +-
 net/ipv6/udp.c  | 12 +++++++-----
 3 files changed, 12 insertions(+), 8 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-02-23  0:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-21 16:43 [PATCH net 0/4] udp: a few fixes Paolo Abeni
2019-02-21 16:43 ` [PATCH net 1/4] udpv6: add the required annotation to mib type Paolo Abeni
2019-02-21 16:43 ` [PATCH net 2/4] fou6: fix proto error handler argument type Paolo Abeni
2019-02-21 16:43 ` [PATCH net 3/4] udpv6: fix possible user after free in error handler Paolo Abeni
2019-02-21 16:44 ` [PATCH net 4/4] udp: " Paolo Abeni
2019-02-23  0:09 ` [PATCH net 0/4] udp: a few fixes David Miller

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.