summaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorZhipeng Lu <alexious@zju.edu.cn>2024-02-01 15:41:05 +0300
committerDavid S. Miller <davem@davemloft.net>2024-02-03 15:46:13 +0300
commitf3616173bf9be9bf39d131b120d6eea4e6324cb5 (patch)
tree37408c4a47185014f42996f288bbfec596b09fc1 /scripts/generate_rust_analyzer.py
parentd75abeec401f8c86b470e7028a13fcdc87e5dd06 (diff)
downloadlinux-f3616173bf9be9bf39d131b120d6eea4e6324cb5.tar.xz
atm: idt77252: fix a memleak in open_card_ubr0
When alloc_scq fails, card->vcs[0] (i.e. vc) should be freed. Otherwise, in the following call chain: idt77252_init_one |-> idt77252_dev_open |-> open_card_ubr0 |-> alloc_scq [failed] |-> deinit_card |-> vfree(card->vcs); card->vcs is freed and card->vcs[0] is leaked. Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") Signed-off-by: Zhipeng Lu <alexious@zju.edu.cn> Reviewed-by: Jiri Pirko <jiri@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions