In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix some memleaks in gssx_dec_option_array The creds and oa->data need to be freed in the error-handling paths after their allocation. So this patch add these deallocations in the corresponding paths.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.