This is intended to crash. Add an annotation to keep coverity happy.

Reported-by: Coverity (CID: 316347)

Signed-off-by: Simon Glass <s...@chromium.org>
---

 cmd/sandbox/exception.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cmd/sandbox/exception.c b/cmd/sandbox/exception.c
index 1aa1d673aed..d865922e863 100644
--- a/cmd/sandbox/exception.c
+++ b/cmd/sandbox/exception.c
@@ -13,7 +13,9 @@ static int do_sigsegv(struct cmd_tbl *cmdtp, int flag, int 
argc,
 {
        u8 *ptr = NULL;
 
+       /* coverity[FORWARD_NULL] */
        *ptr = 0;
+
        return CMD_RET_FAILURE;
 }
 
-- 
2.31.1.607.g51e8a6a459-goog

Reply via email to