]> git.gag.com Git - fw/openocd/commit
arm_adi_v5: fix scan-build warning [2/3]
authorAntonio Borneo <borneo.antonio@gmail.com>
Wed, 1 Jun 2022 17:02:54 +0000 (19:02 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Fri, 10 Jun 2022 21:54:17 +0000 (21:54 +0000)
commitaee7c70a1a710ba8442b1aabff16d2f28eec2db2
tree7d4c6d4f54296ac833507ae002c592ff03f82663
parent63e22d5fb97fd99d88d840e88a25aff721e0424b
arm_adi_v5: fix scan-build warning [2/3]

Commit d01b3d69ec17 ("arm_adi_v5: separate ROM table parsing from
command output [3/3]") introduces a new scan-build warning because
removing one return in case of error causes using uninitialized
values.

Add back the return on error.

Change-Id: I10ddc548b756d34aaccc0511f091b4caa5ec271a
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Fixes: d01b3d69ec17 ("arm_adi_v5: separate ROM table parsing from command output [3/3]")
Reviewed-on: https://review.openocd.org/c/openocd/+/7011
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
src/target/arm_adi_v5.c