In the Linux kernel, the following vulnerability has been resolved:
net/x25: Fix skb leak in x25lapbreceive_frame()
x25lapbreceiveframe() using skbcopy() to get a private copy of skb, the new skb should be freed in the undersized/fragmented skb error handling path. Otherwise there is a memory leak.