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

While scan-build complains that dap_p or ap_num_p could be NULL,
the current code never passes NULL pointers.
Add an assert() to silent scan-build and prevent any further use
of the function with incorrect parameters.

Change-Id: I656810dddcea61e85d85b13efb114f7607ef837c
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7012
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
src/target/arm_adi_v5.c