Re: [PATCH] power_supply: 88pm860x_charger: Fix possible NULL pointer dereference and use of initialized variable

From: Sebastian Reichel
Date: Fri Mar 20 2015 - 07:59:21 EST


Hi Krzysztof,

On Fri, Mar 20, 2015 at 10:26:02AM +0100, Krzysztof Kozlowski wrote:
> Do not put reference to power supply in early exit paths of
> pm860x_done_handler() because:
> 1. it is not yet initialized,
> 2. it is NULL.
>
> This fixes possible NULL pointer dereference and following build
> warning:
> drivers/power/88pm860x_charger.c: In function âpm860x_done_handlerâ:
> drivers/power/88pm860x_charger.c:516:18: warning: âpsyâ may be used uninitialized in this function [-Wmaybe-uninitialized]
>
> Additionally this puts the power supply reference before unlocking
> mutex. This actually is not needed (there is no race here) but has
> logical sense and makes the exit paths cleaner.
>
> Reported-by: kbuild test robot <fengguang.wu@xxxxxxxxx>
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@xxxxxxxxxxx>

Thanks, pulled.

-- Sebastian

Attachment: signature.asc
Description: Digital signature