]> git.proxmox.com Git - mirror_qemu.git/commit
sd: Fix out-of-bounds assertions
authorLidong Chen <lidong.chen@oracle.com>
Wed, 19 Jun 2019 19:14:46 +0000 (15:14 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 21 Jun 2019 11:25:29 +0000 (13:25 +0200)
commit1c598ab2b88571d8c75cfebbef09d4c1c675132c
tree64d188644c15ca28144d125b6effc9faed6eaaa9
parent12604092e26cdace44c901bc429e7e4c7c3e0cab
sd: Fix out-of-bounds assertions

Due to an off-by-one error, the assert statements allow an
out-of-bound array access.  This doesn't happen in practice,
but the static analyzer notices.

Signed-off-by: Lidong Chen <lidong.chen@oracle.com>
Reviewed-by: Liam Merwick <liam.merwick@oracle.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Message-Id: <6b19cb7359a10a6bedc3ea0fce22fed3ef93c102.1560806687.git.lidong.chen@oracle.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/sd/sd.c