Uninitialized variable in max7456DrawScreenSlow
commit9c6e9833583688d2a4a79be625a7e683066155c4
authormarkhermelinggt <mhermeling@grammatech.com>
Tue, 19 Nov 2019 16:45:59 +0000 (19 11:45 -0500)
committerGitHub <noreply@github.com>
Tue, 19 Nov 2019 16:45:59 +0000 (19 11:45 -0500)
tree40d7ab6729656f4e477902dcb8b4dc767efe3ec0
parent5dd8fee7553be2140d105088f71cade9d68ef9cf
Uninitialized variable in max7456DrawScreenSlow

Found through static analysis with GrammaTech CodeSonar

Need to make sure escapeCharFound is initialized to false. It doesn't look like anything really can go wrong (yet), but the loop in 804 could be executed even if not needed.
src/main/drivers/max7456.c