PT-2026-35010
In the Linux kernel, the following vulnerability has been resolved: net: altera-tse: fix skb leak on DMA mapping error in tse start xmit When dma map single fails in tse start xmit, the function returns NETDEV TX OK without freeing the skb. Since NETDEV TX OK tells the stack the packet was...