OSDN Git Service

semihosting: Check for errors on SET_ARG()
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 25 Jul 2022 14:05:15 +0000 (15:05 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 29 Jul 2022 08:48:01 +0000 (09:48 +0100)
commitfed49cdf6a721d76f9ac1cf76fd05b3fbd8b4892
tree54c9a32c61e1edcf3f7d5c35ca721e1d1dccecec
parent45704e89047fc0a151c5909f006d8757140f23d6
semihosting: Check for errors on SET_ARG()

The SET_ARG() macro returns an error indication; we check this in the
TARGET_SYS_GET_CMDLINE case but not when we use it in implementing
TARGET_SYS_ELAPSED.  Check for and handle the errors via the do_fault
codepath, and update the comment documenting the SET_ARG() and
GET_ARG() macros to note how they handle memory access errors.

Resolves: Coverity CID 1490287
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220719121110.225657-4-peter.maydell@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220725140520.515340-9-alex.bennee@linaro.org>
semihosting/arm-compat-semi.c