mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH net 0/2] Fix UAF and null-ptr-deref bugs in rose protocol
@ 2022-06-22  4:01 Duoming Zhou
  2022-06-22  4:01 ` [PATCH net 1/2] net: rose: fix UAF bugs caused by timer handler Duoming Zhou
  2022-06-22  4:01 ` [PATCH net 2/2] net: rose: fix null-ptr-deref caused by rose_kill_by_neigh Duoming Zhou
  0 siblings, 2 replies; 7+ messages in thread
From: Duoming Zhou @ 2022-06-22  4:01 UTC (permalink / raw)
  To: linux-hams
  Cc: ralf, davem, edumazet, kuba, pabeni, netdev, linux-kernel, Duoming Zhou

The first patch fixes the UAF bug of sock caused by
timer. The second patch fixes the null-ptr-deref bug
caused by rose_kill_by_neigh().

Duoming Zhou (2):
  net: rose: fix UAF bugs caused by timer handler
  net: rose: fix null-ptr-deref caused by rose_kill_by_neigh

 net/rose/af_rose.c    |  5 +++++
 net/rose/rose_route.c |  2 ++
 net/rose/rose_timer.c | 22 +++++++++++++---------
 3 files changed, 20 insertions(+), 9 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2022-06-23 12:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22  4:01 [PATCH net 0/2] Fix UAF and null-ptr-deref bugs in rose protocol Duoming Zhou
2022-06-22  4:01 ` [PATCH net 1/2] net: rose: fix UAF bugs caused by timer handler Duoming Zhou
2022-06-23  9:13   ` Paolo Abeni
2022-06-23 12:20     ` duoming
2022-06-22  4:01 ` [PATCH net 2/2] net: rose: fix null-ptr-deref caused by rose_kill_by_neigh Duoming Zhou
2022-06-23  9:30   ` Paolo Abeni
2022-06-23 12:16     ` duoming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®