In the Linux kernel, the following vulnerability has been resolved:
IB/qib: Fix memory leak in qibusersdmaqueuepkts()
The wrong goto label was used for the error case and missed cleanup of the pkt allocation.
Addresses-Coverity-ID: 1493352 ("Resource leak")