From: syzbot <syzbot+50d8672fea106e5387bb@syzkaller.appspotmail.com>
To: linux-kernel@vger.kernel.org
Subject: Re: [syzbot] [hfs?] KMSAN: uninit-value in hfsplus_cat_case_cmp_key
Date: Wed, 27 Dec 2023 16:54:26 -0800 [thread overview]
Message-ID: <00000000000077e036060d875b9b@google.com> (raw)
In-Reply-To: <00000000000091a123060d7c18fb@google.com>
For archival purposes, forwarding an incoming command email to
linux-kernel@vger.kernel.org.
***
Subject: [hfs?] KMSAN: uninit-value in hfsplus_cat_case_cmp_key
Author: lizhi.xu@windriver.com
#syz test https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git fbafc3e621c3
diff --git a/fs/hfsplus/super.c b/fs/hfsplus/super.c
index 1986b4f18a90..33eb7e5a08b3 100644
--- a/fs/hfsplus/super.c
+++ b/fs/hfsplus/super.c
@@ -57,7 +57,7 @@ static int hfsplus_system_read_inode(struct inode *inode)
struct inode *hfsplus_iget(struct super_block *sb, unsigned long ino)
{
- struct hfs_find_data fd;
+ struct hfs_find_data fd = {};
struct inode *inode;
int err;
next prev parent reply other threads:[~2023-12-28 0:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-27 11:28 [syzbot] [hfs?] KMSAN: uninit-value in hfsplus_cat_case_cmp_key syzbot
2023-12-28 0:54 ` syzbot [this message]
2023-12-28 4:57 ` syzbot
[not found] <20231228005410.3716686-1-lizhi.xu@windriver.com>
2023-12-28 3:20 ` syzbot
[not found] <20231228045734.1589597-1-lizhi.xu@windriver.com>
2023-12-28 5:30 ` syzbot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=00000000000077e036060d875b9b@google.com \
--to=syzbot+50d8672fea106e5387bb@syzkaller.appspotmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.