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
| ||
|
Message-ID: <Y67T2u0VfSnq48KQ@smile.fi.intel.com> Date: Fri, 30 Dec 2022 14:04:42 +0200 From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com> To: Bartosz Golaszewski <bartosz.golaszewski@...aro.org>, linux-gpio@...r.kernel.org, linux-kernel@...r.kernel.org Cc: Linus Walleij <linus.walleij@...aro.org>, Bartosz Golaszewski <brgl@...ev.pl>, Haibo Chen <haibo.chen@....com> Subject: Re: [PATCH v2 1/4] gpio: pca953x: avoid to use uninitialized value pinctrl On Sun, Dec 11, 2022 at 12:05:58AM +0200, Andy Shevchenko wrote: > From: Haibo Chen <haibo.chen@....com> > > There is a variable pinctrl declared without initializer. And then > has the case (switch operation chose the default case) to directly > use this uninitialized value, this is not a safe behavior. So here > initialize the pinctrl as 0 to avoid this issue. > This is reported by Coverity. Bart, any comments on the series? -- With Best Regards, Andy Shevchenko
Powered by blists - more mailing lists