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: Thu, 9 Nov 2017 18:34:22 +0000 From: Al Viro <viro@...IV.linux.org.uk> To: Colin King <colin.king@...onical.com> Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>, Marcus Wolf <linux@...f-Entwicklungen.de>, devel@...verdev.osuosl.org, kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH] staging: pi433: fix missing break in switch statement. On Thu, Nov 09, 2017 at 05:19:55PM +0000, Colin King wrote: > From: Colin Ian King <colin.king@...onical.com> > > The PI433_IOC_WR_RX_CFG case is missing a break and will fall through > to the default case and errorenously return -EINVAL. Fix this by > adding in missing break. Folded and pushed...
Powered by blists - more mailing lists