Home
last modified time | relevance | path

Searched hist:"5 ef40828" (Results 1 – 1 of 1) sorted by relevance

/qemu/block/
H A Ddmg.c5ef40828 Thu Jan 03 11:46:58 GMT 2019 yuchenlin <npes87184@gmail.com> dmg: fix binary search

There is a possible hang in original binary search implementation. That is
if chunk1 = 4, chunk2 = 5, chunk3 = 4, and we go else case.

The chunk1 will be still 4, and so on.

Signed-off-by: yuchenlin <npes87184@gmail.com>
Message-id: 20190103114700.9686-2-npes87184@gmail.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>