qemu/slirp
Peter Maydell ed6bc28e8a 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>
2013-09-01 19:09:09 +04:00
..
arp_table.c slirp/arp_table.c: Avoid shifting into sign bit of signed integers 2013-09-01 19:09:09 +04:00
bootp.c
bootp.h
cksum.c
COPYRIGHT
debug.h
dnssearch.c
if.c aio / timers: Switch entire codebase to the new timer API 2013-08-22 19:14:24 +02:00
if.h
ip.h
ip_icmp.c
ip_icmp.h
ip_input.c
ip_output.c
libslirp.h
main.h
Makefile.objs
mbuf.c
mbuf.h
misc.c
misc.h
sbuf.c
sbuf.h
slirp.c aio / timers: Switch entire codebase to the new timer API 2013-08-22 19:14:24 +02:00
slirp.h
slirp_config.h
socket.c slirp: Port redirection option behave differently on Linux and Windows 2013-09-01 18:52:30 +04:00
socket.h
tcp.h
tcp_input.c
tcp_output.c
tcp_subr.c
tcp_timer.c
tcp_timer.h
tcp_var.h
tcpip.h
tftp.c
tftp.h
udp.c
udp.h