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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tencent_7C6E5DAA21483E2FE513A83926D78B885807@qq.com>
Date: Fri,  9 Jan 2026 15:55:50 +0800
From: xiaopeitux@...mail.com
To: syzbot+16062f26c6480975e5ed@...kaller.appspotmail.com
Cc: linux-kernel@...r.kernel.org,
	Pei Xiao <xiaopei01@...inos.cn>
Subject: [PATCH] em28xx: test

From: Pei Xiao <xiaopei01@...inos.cn>

#syz test
---
 drivers/media/usb/em28xx/em28xx-video.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/media/usb/em28xx/em28xx-video.c b/drivers/media/usb/em28xx/em28xx-video.c
index 2dfa3242a7ab..0c925931671f 100644
--- a/drivers/media/usb/em28xx/em28xx-video.c
+++ b/drivers/media/usb/em28xx/em28xx-video.c
@@ -2899,6 +2899,7 @@ static int em28xx_v4l2_init(struct em28xx *dev)
 err:
 	dev->v4l2 = NULL;
 	kref_put(&v4l2->ref, em28xx_free_v4l2);
+	dev->media_dev = NULL;
 	mutex_unlock(&dev->lock);
 	return ret;
 }
-- 
2.25.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ