Re: [PATCH 03/17] sandbox: Indicate NULL-pointer access in 'sigsegv' command

2021-05-10 Thread Tom Rini
On Sat, May 08, 2021 at 04:00:07PM -0600, Simon Glass wrote: > This is intended to crash. Add an annotation to keep coverity happy. > > Reported-by: Coverity (CID: 316347) > > Signed-off-by: Simon Glass > --- > > cmd/sandbox/exception.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --gi

[PATCH 03/17] sandbox: Indicate NULL-pointer access in 'sigsegv' command

2021-05-08 Thread Simon Glass
This is intended to crash. Add an annotation to keep coverity happy. Reported-by: Coverity (CID: 316347) Signed-off-by: Simon Glass --- 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