In the Linux kernel, the following vulnerability has been resolved:
caif: fix memory leak in cfctrllinkuprequest()
When linktype is unknown or kzalloc failed in cfctrllinkuprequest(), pkt is not released. Add release process to error path.