From this webpage screenshot, we can extract the following key information about the vulnerability: 1. Vulnerability Description: - Title: - Description: Fixes a memory leak detected in . 2. Context of the Issue: - Upstream Commit: - Issue Description: A memory leak was detected in . 3. Fix Measures: - Modified File: - Modified Code: - Reason for Modification: - Fixes memory leak between and . - Resolves the issue where resources were not released by after a successful . - Addresses the problem where resources were not freed by after succeeded. 4. Fix Details: - Code Change: In the function, is assigned to , ensuring resources are freed during . - Resource Release: In the function, is added to release resources. 5. Scope of Fix: - File: - Lines Modified: From to , totaling 26 lines changed. 6. Fix Contributors: - Author: Zeng Heng - Contributors: Andy Shevchenko, Bartosz Golaszewski, Sasha Levin 7. Background of Fix: - Origin: Upstream commit - Fix Date: November 25, 2022 Through this information, we can understand the process and details of the vulnerability fix, as well as the contributors involved.