From this webpage screenshot, the following key vulnerability information can be obtained: 1. Vulnerability Description: - Title: dpaa2-switch: Fix memory leak in dpaa2_switch_acl_entry_add() and dpaa2_switch_acl_entry_remove() - Issue: Memory leak exists in the functions dpaa2_switch_acl_entry_add() and dpaa2_switch_acl_entry_remove(). 2. Fix Measures: - Fix Code: Added statement inside an block to release the memory. - Fix Location: In the file . 3. Reason for Fix: - Problem Description: needs to be freed when an error occurs. - Fix Reason: Resolved the issue related to . 4. Fix Contributors: - Author: Yuan Can - Committer: Greg Kroah-Hartman 5. Fix Time: - Commit Time: 2022-12-05 06:15:15 +0000 6. Fix Link: - Upstream Commit: https://lore.kernel.org/r/20221205061515.115012-1-yuancan@huawei.com 7. Fix Status: - Status: Fixed. This information indicates that the memory leak issue in dpaa2-switch has been resolved, and the corresponding code has been patched.