mirror of
https://github.com/samba-team/samba.git
synced 2025-12-16 00:23:52 +03:00
r14310: length needs to be initialised
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
1f48df6dda
commit
20d7f2ae35
@@ -817,7 +817,7 @@ _PUBLIC_ NTSTATUS ndr_push_DATA_BLOB(struct ndr_push *ndr, int ndr_flags, DATA_B
|
||||
*/
|
||||
_PUBLIC_ NTSTATUS ndr_pull_DATA_BLOB(struct ndr_pull *ndr, int ndr_flags, DATA_BLOB *blob)
|
||||
{
|
||||
uint32_t length;
|
||||
uint32_t length = 0;
|
||||
|
||||
if (ndr->flags & LIBNDR_ALIGN_FLAGS) {
|
||||
if (ndr->flags & LIBNDR_FLAG_ALIGN2) {
|
||||
|
||||
Reference in New Issue
Block a user