X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=target-s390x%2Farch_dump.c;h=5cbb53ca2ec3e814e8ad6efeb6ff9af359f20a32;hb=30c367ed446b6ea53245589a5cf373578ac075d7;hp=9d36116242c1e0b5b87352cc62474b9536853b28;hpb=3ee1ee80d22b3153dd6cbd3bec6d48a026eac31c;p=qemu.git diff --git a/target-s390x/arch_dump.c b/target-s390x/arch_dump.c index 9d3611624..5cbb53ca2 100644 --- a/target-s390x/arch_dump.c +++ b/target-s390x/arch_dump.c @@ -151,6 +151,7 @@ static int s390x_write_all_elf64_notes(const char *note_name, int ret = -1; for (nf = note_func; nf->note_contents_func; nf++) { + memset(¬e, 0, sizeof(note)); note.hdr.n_namesz = cpu_to_be32(sizeof(note.name)); note.hdr.n_descsz = cpu_to_be32(nf->contents_size); strncpy(note.name, note_name, sizeof(note.name));