Bug 4194 - memory leak in cfctrl_linkup_request()
Summary: memory leak in cfctrl_linkup_request()
Status: RESOLVED FIXED
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: net (show other bugs) net
Version: 5.10.y-13
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: XuanZhuo
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-23 19:03 UTC by douzhichong
Modified: 2023-05-23 15:05 UTC (History)
2 users (show)

See Also:


Attachments

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


When linktype is unknown or kzalloc failed in cfctrl_linkup_request(),
pkt is not released. Add release process to error path.
Comment 1 dust.li alibaba_cloud_group 2023-05-23 15:05:07 UTC
Already fixed in https://gitee.com/anolis/cloud-kernel/pulls/1283