mbox series

[net,0/2] Fix UAF bugs caused by ax25_release()

Message ID cover.1648472006.git.duoming@zju.edu.cn (mailing list archive)
Headers show
Series Fix UAF bugs caused by ax25_release() | expand

Message

Duoming Zhou March 28, 2022, 1 p.m. UTC
The first patch fixes UAF bugs in ax25_send_control, and
the second patch fixes UAF bugs in ax25 timers.

Duoming Zhou (2):
  ax25: fix UAF bug in ax25_send_control()
  ax25: Fix UAF bugs in ax25 timers

 net/ax25/af_ax25.c | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 29, 2022, 8:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by Paolo Abeni <pabeni@redhat.com>:

On Mon, 28 Mar 2022 21:00:13 +0800 you wrote:
> The first patch fixes UAF bugs in ax25_send_control, and
> the second patch fixes UAF bugs in ax25 timers.
> 
> Duoming Zhou (2):
>   ax25: fix UAF bug in ax25_send_control()
>   ax25: Fix UAF bugs in ax25 timers
> 
> [...]

Here is the summary with links:
  - [net,1/2,V2] ax25: fix UAF bug in ax25_send_control()
    https://git.kernel.org/netdev/net/c/5352a7613083
  - [net,2/2] ax25: Fix UAF bugs in ax25 timers
    https://git.kernel.org/netdev/net/c/82e31755e55f

You are awesome, thank you!