From this webpage screenshot, the following key information about the vulnerability can be obtained: Vulnerability Type: use-after-free Affected Code File: Fix Commit: Issue Description: If has a value, is not deleted, and remains pointing to an old structure. This leads to a use-after-free in the error handling routine. Reporter: Norbert Szetei () Tester: Norbert Szetei () Fixer: Namjae Jeon () Key Code Changes This information indicates that the vulnerability arises from improper handling of under certain conditions, leading to a use-after-free. The fix involves moving the assignment of and the deletion of to an earlier position, ensuring they are executed before the check, thus preventing the use-after-free scenario.