| 概要 | 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 |
|---|---|
| 公表日 | 2026年5月28日19:16 |
| 登録日 | 2026年5月29日4:13 |
| 最終更新日 | 2026年5月28日22:44 |