In the Linux kernel, the following vulnerability has been resolved:
ethtool: rss: fix indirtable and hkey leak on getrxfh failure
rssprepareget() allocates the indirection table and hash key buffer via rssgetdataalloc(), then calls ops->getrxfh() to populate them. If get_rxfh() fails, the function returns an error without freeing the allocation.