Unverified Commit d824b647 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!458 Backport CVEs and bugfixes

Merge Pull Request from: @sanglipeng 
 
Pull new CVEs:
CVE-2023-23000

driver bugfix from Sang Lipeng 
 
Link:https://gitee.com/openeuler/kernel/pulls/458

 

Reviewed-by: default avatarYue Haibing <yuehaibing@huawei.com>
Reviewed-by: default avatarJialin Zhang <zhangjialin11@huawei.com>
Signed-off-by: default avatarJialin Zhang <zhangjialin11@huawei.com>
parents d0198cbf eedc49b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -449,7 +449,7 @@ tegra_xusb_find_port_node(struct tegra_xusb_padctl *padctl, const char *type,
	name = kasprintf(GFP_KERNEL, "%s-%u", type, index);
	if (!name) {
		of_node_put(ports);
		return ERR_PTR(-ENOMEM);
		return NULL;
	}
	np = of_get_child_by_name(ports, name);
	kfree(name);