summaryrefslogtreecommitdiffstats
path: root/common/memory_display.c
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2018-11-20 21:07:14 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-11-21 09:08:09 +0100
commitd0d3ca42feda308e07d29c50ba868e770a899814 (patch)
tree6b3e38f6e3ae89e7344b9b6253f022ebdece7421 /common/memory_display.c
parent765aac64a94dae761de2a7af48eeaa4dcf25e973 (diff)
downloadbarebox-d0d3ca42feda308e07d29c50ba868e770a899814.tar.gz
barebox-d0d3ca42feda308e07d29c50ba868e770a899814.tar.xz
lib: lodepng: remove useless test
Either the condition 'code_ll==(unsigned int)(-1)' is redundant or the array 'LENGTHBASE[29]' is accessed at index 4294967038, which is out of bounds. On other hand this condition is tested within other scope: "if(code_ll >= FIRST_LENGTH_CODE_INDEX && code_ll <= LAST_LENGTH_CODE_INDEX)" with is already limited to (code_ll >= 257 && code_ll <= 285), so it can't be -1 any way. Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/memory_display.c')
0 files changed, 0 insertions, 0 deletions