From: syzbot <syzbot+7a942657a255a9d9b18a@syzkaller.appspotmail.com>
To: linux-kernel@vger.kernel.org
Subject: Re: [syzbot] Re: [syzbot] memory leak in cfg80211_inform_single_bss_frame_data
Date: Tue, 22 Apr 2025 04:18:34 -0700 [thread overview]
Message-ID: <68077b0a.050a0220.8500a.000e.GAE@google.com> (raw)
In-Reply-To: <000000000000f632ba05c3cb12c2@google.com>
For archival purposes, forwarding an incoming command email to
linux-kernel@vger.kernel.org.
***
Subject: Re: [syzbot] memory leak in cfg80211_inform_single_bss_frame_data
Author: richard120310@gmail.com
#syz test: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 2772d7df3c93
Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
---
net/wireless/scan.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/wireless/scan.c b/net/wireless/scan.c
index 8bf00caf5d29..d74215d3e3d2 100644
--- a/net/wireless/scan.c
+++ b/net/wireless/scan.c
@@ -2891,6 +2891,7 @@ cfg80211_inform_single_bss_frame_data(struct wiphy *wiphy,
return &res->pub;
drop:
+ kfree(ies);
spin_unlock_bh(&rdev->bss_lock);
return NULL;
}
--
2.43.0
prev parent reply other threads:[~2025-04-22 11:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-02 16:37 [syzbot] memory leak in cfg80211_inform_single_bss_frame_data syzbot
2021-10-25 22:33 ` syzbot
2021-10-26 9:27 ` Fabio M. De Francesco
2022-07-13 8:56 ` Siddh Raman Pant
2022-07-13 8:58 ` Siddh Raman Pant
2022-07-13 9:08 ` syzbot
2022-07-13 10:25 ` Siddh Raman Pant
2022-07-13 10:35 ` syzbot
2025-04-22 11:18 ` syzbot [this message]
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=68077b0a.050a0220.8500a.000e.GAE@google.com \
--to=syzbot+7a942657a255a9d9b18a@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox