Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1524170

Re: [PATCH] pinctrl: sunxi: fix theoretical uninitialized variable access

From Linus Walleij <linus.walleij@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH] pinctrl: sunxi: fix theoretical uninitialized variable access
Date 2016-11-17 10:10 +0100
Message-ID <sEqRH-756-13@gated-at.bofh.it> (permalink)
References <sE9nQ-45C-45@gated-at.bofh.it> <sEf9T-7F1-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Nov 16, 2016 at 9:33 PM, Maxime Ripard
<maxime.ripard@free-electrons.com> wrote:

> On Wed, Nov 16, 2016 at 03:18:18PM +0100, Arnd Bergmann wrote:
>> gcc warns about a  way that it could use an uninitialized variable:
>>
>> drivers/pinctrl/sunxi/pinctrl-sunxi.c: In function 'sunxi_pinctrl_init':
>> drivers/pinctrl/sunxi/pinctrl-sunxi.c:1191:8: error: 'best_div' may be used uninitialized in this function [-Werror=maybe-uninitialized]
>>
>> This cannot really happen except if 'freq' is UINT_MAX and 'clock' is
>> zero, and both of these are forbidden. To shut up the warning anyway,
>> this changes the logic to initialize the return code to the first
>> divider value before looking at the others.
>>
>> Fixes: 7c926492d38a ("pinctrl: sunxi: Add support for interrupt debouncing")
>> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
>
> Thanks for that patch.
>
> Just out of curiosity, which gcc gives those warnings? I have 6.2 and
> it didn't output anything..

Context: Arnd re-enabled -Werror=maybe-uninitialized
in the kernel build and this kind of stuff started to appear so
it needs to be fixed up.

Yours,
Linus Walleij

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] pinctrl: sunxi: fix theoretical uninitialized variable access Arnd Bergmann <arnd@arndb.de> - 2016-11-16 15:30 +0100
  Re: [PATCH] pinctrl: sunxi: fix theoretical uninitialized variable access Linus Walleij <linus.walleij@linaro.org> - 2016-11-16 21:00 +0100
  Re: [PATCH] pinctrl: sunxi: fix theoretical uninitialized variable  access Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-11-16 21:40 +0100
    Re: [PATCH] pinctrl: sunxi: fix theoretical uninitialized variable access Linus Walleij <linus.walleij@linaro.org> - 2016-11-17 10:10 +0100
      Re: [PATCH] pinctrl: sunxi: fix theoretical uninitialized variable access Arnd Bergmann <arnd@arndb.de> - 2016-11-17 10:30 +0100
      Re: [PATCH] pinctrl: sunxi: fix theoretical uninitialized variable  access Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-11-17 10:30 +0100

csiph-web