Bug 4200 - fix use after free in _ipmi_destroy_user()
Summary: fix use after free in _ipmi_destroy_user()
Status: NEW
Alias: None
Product: ANCK 4.19 Dev
Classification: ANCK
Component: general/others (show other bugs) general/others
Version: 4.19-028.x
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: maqiao
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-23 19:54 UTC by niuyachen
Modified: 2023-02-23 19:54 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description niuyachen inspur_group 2023-02-23 19:54:26 UTC
Description of problem:


The intf_free() function frees the "intf" pointer so we cannot
dereference it again on the next line.