In the Linux kernel, the following vulnerability has been resolved: afpacket: avoid erroring out after sockinitdata() in packetcreate() After sockinitdata() the allocated sk object is attached to the provided sock object. On error, packet_create() frees the sk object leaving the dangling pointer in the sock object on return. Some other code may try to use this pointer and cause use-after-free.