mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Miscellaneous (avoid valgrind's "Syscall param socketcall.sendto(msg) points to uninitialised byte(s)") [#CLICKHOUSE-3989]
This commit is contained in:
parent
7d6ec29c5c
commit
a9824de575
@ -142,7 +142,7 @@ NetlinkMessage query(
|
||||
const void * attribute_data,
|
||||
int attribute_size)
|
||||
{
|
||||
NetlinkMessage request;
|
||||
NetlinkMessage request{};
|
||||
|
||||
request.header.nlmsg_len = NLMSG_LENGTH(GENL_HDRLEN); /// Length of both headers.
|
||||
request.header.nlmsg_type = type;
|
||||
|
Loading…
Reference in New Issue
Block a user