[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <675c4120.050a0220.17d782.0012.GAE@google.com>
Date: Fri, 13 Dec 2024 06:13:52 -0800
From: syzbot <syzbot+8f8fe64a30c50b289a18@...kaller.appspotmail.com>
To: linux-kernel@...r.kernel.org, syzkaller-bugs@...glegroups.com
Subject: Re: [syzbot] Re: general protection fault in exfat_get_dentry_cached()
For archival purposes, forwarding an incoming command email to
linux-kernel@...r.kernel.org, syzkaller-bugs@...glegroups.com.
***
Subject: Re: general protection fault in exfat_get_dentry_cached()
Author: dmantipov@...dex.ru
#syz test https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git f932fb9b40749d1c9a539d89bb3e288c077aafe5
diff --git a/fs/exfat/namei.c b/fs/exfat/namei.c
index 97d2774760fe..73dbc5cdf388 100644
--- a/fs/exfat/namei.c
+++ b/fs/exfat/namei.c
@@ -331,7 +331,7 @@ static int exfat_find_empty_entry(struct inode *inode,
while ((dentry = exfat_search_empty_slot(sb, &hint_femp, p_dir,
num_entries, es)) < 0) {
if (dentry == -EIO)
- break;
+ return -EIO;
if (exfat_check_max_dentries(inode))
return -ENOSPC;
Powered by blists - more mailing lists