lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 23 Jun 2024 14:19:43 -0700
From: syzbot <syzbot+3da70a0abd7f5765b6ea@...kaller.appspotmail.com>
To: linux-kernel@...r.kernel.org
Subject: Re: [syzbot] KMSAN: uninit-value in nci_rx_work

For archival purposes, forwarding an incoming command email to
linux-kernel@...r.kernel.org.

***

Subject: KMSAN: uninit-value in nci_rx_work
Author: jain.abhinav177@...il.com

#syz test

--- a/net/nfc/nci/core.c
+++ b/net/nfc/nci/core.c
@@ -1510,6 +1510,8 @@ static void nci_rx_work(struct work_struct *work)
   struct sk_buff *skb;

   for (; (skb = skb_dequeue(&ndev->rx_q)); kcov_remote_stop()) {
+ if (!skb)
+ return;
   kcov_remote_start_common(skb_get_kcov_handle(skb));

   /* Send copy to sniffer */
--


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ