| Summary | In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double free in create_space_info_sub_group() error path When kobject_init_and_add() fails, the call chain is: create_space_info_sub_group() Then control returns to create_space_info_sub_group(), where: btrfs_sysfs_add_space_info_type() returns error Thus, sub_group is freed twice. Keep parent->sub_group[index] = NULL for the failure path, but after |
|---|---|
| Publication Date | May 28, 2026, 7:16 p.m. |
| Registration Date | May 29, 2026, 4:13 a.m. |
| Last Update | May 28, 2026, 10:44 p.m. |