Home
last modified time | relevance | path

Searched hist:"90 d6a673" (Results 1 – 1 of 1) sorted by relevance

/qemu/migration/
H A Dqemu-file.c90d6a673 Tue Dec 23 22:26:55 GMT 2014 Peter Maydell <peter.maydell@linaro.org> migration/qemu-file.c: Don't shift left into sign bit

Add a cast in qemu_get_be32() to avoid shifting left into the sign
bit of a signed integer (which is undefined behaviour in C).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>