Merge branch 'net-x25-fix-overflow-and-double-free'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 2 Apr 2026 11:36:10 +0000 (13:36 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 2 Apr 2026 11:36:10 +0000 (13:36 +0200)
commita80a014f83bded5a2f498c22b4a06a7a31256f98
tree2848b3b99fd5a54942cadc15c619b73e0f16f358
parent9351edf65cb6ba10564f9c81e3c52cf97f4b2a81
parenta1822cb524e89b4cd2cf0b82e484a2335496a6d9
Merge branch 'net-x25-fix-overflow-and-double-free'

Martin Schiller says:

====================
net/x25: Fix overflow and double free

This patch set includes 2 fixes:

The first removes a potential double free of received skb
The second fixes an overflow when accumulating packets with the more-bit
set.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
====================

Link: https://patch.msgid.link/20260331-x25_fraglen-v4-0-3e69f18464b4@dev.tdt.de
Signed-off-by: Paolo Abeni <pabeni@redhat.com>