]> git.proxmox.com Git - mirror_qemu.git/commit - disas/cris.c
disas/cris.c: Fix Coverity warning about unchecked NULL
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 9 Jan 2017 19:05:59 +0000 (19:05 +0000)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 24 Jan 2017 20:26:53 +0000 (23:26 +0300)
commite11078846996ded6f824868ae63a0c77031ad64c
tree0559e3fe50896e4f3c84cdb41def76c03c301c61
parent4382fa6554987d8c10cdd0fafb04191a40c9743e
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>
disas/cris.c