]> Git Repo - qemu.git/commit - tests/qemu-iotests/076
parallels: Sanity check for s->tracks (CVE-2014-0142)
authorKevin Wolf <[email protected]>
Wed, 26 Mar 2014 12:06:09 +0000 (13:06 +0100)
committerStefan Hajnoczi <[email protected]>
Tue, 1 Apr 2014 13:22:35 +0000 (15:22 +0200)
commit9302e863aa8baa5d932fc078967050c055fa1a7f
tree1438bb12aa1447fbd965e1b4f09e55384c014743
parentafbcc40bee4ef51731102d7d4b499ee12fc182e1
parallels: Sanity check for s->tracks (CVE-2014-0142)

This avoids a possible division by zero.

Convert s->tracks to unsigned as well because it feels better than
surviving just because the results of calculations with s->tracks are
converted to unsigned anyway.

Signed-off-by: Kevin Wolf <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
block/parallels.c
tests/qemu-iotests/076
tests/qemu-iotests/076.out
This page took 0.025981 seconds and 4 git commands to generate.