In the Linux kernel, the following vulnerability has been resolved: crypto: sa2ul - Fix memory leak of rxd There are two error return paths that are not freeing rxd and causing memory leaks. Fix these. Addresses-Coverity: ("Resource leak")
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.