mirror of
https://github.com/samba-team/samba.git
synced 2025-03-23 06:50:21 +03:00
s3:messaging: fix uninitialized data introduced by padding
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
parent
1dbd0bec04
commit
40b48534df
@ -515,6 +515,7 @@ NTSTATUS messaging_send_iov(struct messaging_context *msg_ctx,
|
||||
return NT_STATUS_OK;
|
||||
}
|
||||
|
||||
ZERO_STRUCT(hdr);
|
||||
hdr = (struct messaging_hdr) {
|
||||
.msg_type = msg_type,
|
||||
.dst = server,
|
||||
|
Loading…
x
Reference in New Issue
Block a user