[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220523161708.29518-1-ap420073@gmail.com>
Date: Mon, 23 May 2022 16:17:05 +0000
From: Taehee Yoo <ap420073@...il.com>
To: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
edumazet@...gle.com, netdev@...r.kernel.org
Cc: ap420073@...il.com
Subject: [PATCH net 0/3] amt: fix several bugs
This patchset fixes several bugs in amt module
First patch fixes typo.
Second patch fixes wrong return value of amt_update_handler().
A relay finds a tunnel if it receives an update message from the gateway.
If it can't find a tunnel, amt_update_handler() should return an error,
not success. But it always returns success.
Third patch fixes a possible memory leak in amt_rcv().
A skb would not be freed if an amt interface doesn't have a socket.
Taehee Yoo (3):
amt: fix typo in amt
amt: fix return value of amt_update_handler()
amt: fix possible memory leak in amt_rcv()
drivers/net/amt.c | 6 +++---
include/net/amt.h | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
--
2.17.1
Powered by blists - more mailing lists