diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2021-08-13 16:05:03 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2021-08-26 17:02:00 +0100 |
| commit | 59292384621e93f707f862b6936694e56a6daed0 (patch) | |
| tree | b7a91c8e469b70fc71695c20999cadf7043a971a /scripts/qapi/common.py | |
| parent | 8efdb7ba1b2acce9fb63ccc2e7982e19fdf5be86 (diff) | |
| download | focaccia-qemu-59292384621e93f707f862b6936694e56a6daed0.tar.gz focaccia-qemu-59292384621e93f707f862b6936694e56a6daed0.zip | |
net: Zero sockaddr_in in parse_host_port()
We don't currently zero-initialize the 'struct sockaddr_in' that parse_host_port() fills in, so any fields we don't explicitly initialize might be left as random garbage. POSIX states that implementations may define extensions in sockaddr_in, and that those extensions must not trigger if zero-initialized. So not zero initializing might result in inadvertently triggering an impdef extension. memset() the sockaddr_in before we start to fill it in. Fixes: Coverity CID 1005338 Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Eric Blake <eblake@redhat.com> Message-id: 20210813150506.7768-2-peter.maydell@linaro.org
Diffstat (limited to 'scripts/qapi/common.py')
0 files changed, 0 insertions, 0 deletions