Re: [PATCH next] btrfs: tests: Fix double free in remove_extent_ref()
From: David Sterba
Date: Thu Nov 27 2025 - 12:29:58 EST
On Thu, Nov 27, 2025 at 10:14:24AM +0300, Dan Carpenter wrote:
> We converted this code to use auto free cleanup.h magic but one old
> school free was accidentally left behind which leads to a double free
> bug.
>
> Fixes: a320476ca8a3 ("btrfs: tests: do trivial BTRFS_PATH_AUTO_FREE conversions")
> Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Thanks, I'll add it to for-next as 6.19 branch is frozen.