OSDN Git Service

tests/qtest/ipmi-bt-test: Zero-initialize sockaddr struct
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Aug 2021 15:05:05 +0000 (16:05 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 26 Aug 2021 16:02:00 +0000 (17:02 +0100)
commita8ca0033c25939d609c1bab12f6b8402ff719552
tree5d9fbbc2488e33d0e58b70c33a033c546e0a4bec
parentfdcdf54d1e93792c66e7566cec4638786990174e
tests/qtest/ipmi-bt-test: Zero-initialize sockaddr struct

Zero-initialize the sockaddr_in struct that we're about to fill in
and pass to bind(), to ensure we don't leave possible
implementation-defined extension fields as uninitialized garbage.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Corey Minyard <cminyard@mvista.com>
Acked-by: Thomas Huth <thuth@redhat.com>
Message-id: 20210813150506.7768-4-peter.maydell@linaro.org
tests/qtest/ipmi-bt-test.c