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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 18 Sep 2017 15:52:49 +0200 From: SF Markus Elfring <elfring@...rs.sourceforge.net> To: linux-media@...r.kernel.org, Hans Verkuil <hans.verkuil@...co.com>, Mauro Carvalho Chehab <mchehab@...nel.org> Cc: LKML <linux-kernel@...r.kernel.org>, kernel-janitors@...r.kernel.org Subject: [PATCH 0/6] [media] Go7007: Adjustments for some function implementations From: Markus Elfring <elfring@...rs.sourceforge.net> Date: Mon, 18 Sep 2017 14:54:32 +0200 Some update suggestions were taken into account from static source code analysis. Markus Elfring (6): Delete an error message for a failed memory allocation in go7007_load_encoder() Adjust 35 checks for null pointers Improve a size determination in four functions Use common error handling code in s2250_probe() Use common error handling code in go7007_snd_init() Delete an unnecessary variable initialisation in go7007_snd_init() drivers/media/usb/go7007/go7007-driver.c | 13 ++++--- drivers/media/usb/go7007/go7007-fw.c | 8 ++--- drivers/media/usb/go7007/go7007-loader.c | 4 +-- drivers/media/usb/go7007/go7007-usb.c | 20 +++++------ drivers/media/usb/go7007/go7007-v4l2.c | 6 ++-- drivers/media/usb/go7007/s2250-board.c | 59 +++++++++++++++----------------- drivers/media/usb/go7007/snd-go7007.c | 45 ++++++++++++------------ 7 files changed, 75 insertions(+), 80 deletions(-) -- 2.14.1
Powered by blists - more mailing lists