In the Linux kernel, the following vulnerability has been resolved:
s390/zcrypt: don't leak memory if devsetname() fails
When devsetname() fails, zcdn_create() doesn't free the newly allocated resources. Do it.