diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2017-01-09 19:05:59 +0000 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2017-01-24 23:26:53 +0300 |
commit | e11078846996ded6f824868ae63a0c77031ad64c (patch) | |
tree | 0559e3fe50896e4f3c84cdb41def76c03c301c61 /ui/input-linux.c | |
parent | 4382fa6554987d8c10cdd0fafb04191a40c9743e (diff) |
disas/cris.c: Fix Coverity warning about unchecked NULL
Coverity (CID 1005689) warns that we don't check that
spec_reg_info() returned non-NULL before dereferencing.
Add the check, though as the comment notes this is
a can't-really-happen case because the earlier constraint
matching should have ruled out the "unknown reg" case.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'ui/input-linux.c')
0 files changed, 0 insertions, 0 deletions