In the Linux kernel, the following vulnerability has been resolved: atm: clip: prevent NULL deref in clippush() Blamed commit missed that vccdestroysocket() calls clippush() with a NULL skb. If clipdevs is NULL, clippush() then crashes when reading skb->truesize.