
9 Aug
2023
9 Aug
'23
3:40 a.m.
On Wed, Jul 26, 2023 at 09:59:04AM +0300, Dan Carpenter wrote:
If btrfs_read_fs_root() fails with -ENOENT, then we go to the next entry. Fine. But if it fails for a different reason then we need to clean up and return an error code. In the current code it doesn't clean up but instead dereferences "root" and crashes.
Signed-off-by: Dan Carpenter dan.carpenter@linaro.org Reviewed-by: Marek Behún kabel@kernel.org Reviewed-by: Qu Wenruo wqu@suse.com
Applied to u-boot/next, thanks!
--
Tom