qemu-patch-raspberry4/net
Gonglei 8db804ac41 net/socket: fix Uninitialized scalar variable
If is_connected parameter is false, the saddr
variable will no initialize. Coverity report:
uninit_use: Using uninitialized value saddr.sin_port.

We don't need add saddr information to nc->info_str
when is_connected is false.

Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Reviewed-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2014-11-21 10:50:54 +00:00
..
checksum.c
clients.h
dump.c
eth.c
hub.c
hub.h
l2tpv3.c l2tpv3: fix fd leak 2014-11-17 11:40:36 +01:00
Makefile.objs
net.c net: complete all queued packets on VM stop 2014-09-04 17:19:09 +01:00
netmap.c
queue.c
slirp.c net/slirp: fix memory leak 2014-11-21 10:50:54 +00:00
socket.c net/socket: fix Uninitialized scalar variable 2014-11-21 10:50:54 +00:00
tap-aix.c
tap-bsd.c
tap-haiku.c
tap-linux.c
tap-linux.h
tap-solaris.c
tap-win32.c
tap.c tap: fix possible fd leak in net_init_tap 2014-11-02 10:05:35 +03:00
tap_int.h tap_int.h: remove repeating NETWORK_SCRIPT defines 2014-11-02 10:04:34 +03:00
util.c
util.h
vde.c
vhost-user.c