From this webpage screenshot, the following key information about the vulnerability can be obtained: Vulnerability Type: Memory leak Affected Function: Issue Description: - During the call to , memory is allocated for . - However, in the error path of the function, the subsequent error handling does not free , resulting in a memory leak. - The fix involves freeing in the error path, along with . Relevant Code Changes: Patch Commit Information: - Author: Abdun Nihaal - Committer: Paolo Abeni - Commit Time: 2025-04-12 21:19:24 +0530 - Commit ID: 88fa80021b77732bc98f73fb69d69c7cc37b9f0d Related Links: - Patch Link This information indicates a fix for a memory leak vulnerability in a Linux kernel network driver.