Re: [PATCH] power: supply: bq25980: Fix uninitialized wd_reg_val and overrun

From: Dan Murphy
Date: Tue Oct 13 2020 - 14:04:44 EST


Sebastian

On 10/9/20 7:12 AM, Dan Murphy wrote:
Fix the issue when 'i' is equal to array size then array index over
runs the array when checking for the watch dog value.

This also fixes the uninitialized wd_reg_val if the for..loop was not
successful in finding an appropriate match.

Might want to pull this into next as well this is a 0-day bug fix

Dan