summary refs log tree commit diff stats
path: root/scripts/qapi-types.py
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2013-08-23 17:36:48 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2013-09-01 19:09:09 +0400
commited6bc28e8a448b9005af50eed12893c5f7711c6e (patch)
treec2d2db3d6d8c0216666e90b8ae9b0587555520ce /scripts/qapi-types.py
parent714290979abf551d5116346e4fbd3d54eb24bd12 (diff)
downloadfocaccia-qemu-ed6bc28e8a448b9005af50eed12893c5f7711c6e.tar.gz
focaccia-qemu-ed6bc28e8a448b9005af50eed12893c5f7711c6e.zip
slirp/arp_table.c: Avoid shifting into sign bit of signed integers
"0xf << 28" shifts right into the sign bit, since 0xf is a signed
integer. Use the 'U' suffix to force an unsigned shift to avoid
this undefined behaviour and a clang sanitizer warning.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Acked-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'scripts/qapi-types.py')
0 files changed, 0 insertions, 0 deletions