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