qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Christian Borntraeger <borntraeger@de.ibm.com>
To: Alexander Graf <agraf@suse.de>
Cc: "Cornelia Huck" <cornelia.huck@de.ibm.com>,
	"Christian Borntraeger" <borntraeger@de.ibm.com>,
	"Jens Freimann" <jfrei@linux.vnet.ibm.com>,
	"Andreas Färber" <afaerber@suse.de>,
	qemu-devel <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PULL 2/6] s390/dump: zero out padding bytes in notes sections
Date: Tue,  3 Sep 2013 09:58:33 +0200	[thread overview]
Message-ID: <1378195117-60980-3-git-send-email-borntraeger@de.ibm.com> (raw)
In-Reply-To: <1378195117-60980-1-git-send-email-borntraeger@de.ibm.com>

The prstatus of an s390x dump contains several padding areas. Zero out
these bytes to make reading the notes section easier with a hexdump.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
---
 target-s390x/arch_dump.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target-s390x/arch_dump.c b/target-s390x/arch_dump.c
index 9d36116..5cbb53c 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(&note, 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));
-- 
1.8.3.1

  parent reply	other threads:[~2013-09-03  7:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-03  7:58 [Qemu-devel] [PULL 0/6] s390: cleanups and fixes Christian Borntraeger
2013-09-03  7:58 ` [Qemu-devel] [PULL 1/6] s390/kvm: Add check for priviledged SCLP handler Christian Borntraeger
2013-09-03  7:58 ` Christian Borntraeger [this message]
2013-09-03  7:58 ` [Qemu-devel] [PULL 3/6] s390/ipl: Fix waiting for virtio processing Christian Borntraeger
2013-09-03  7:58 ` [Qemu-devel] [PULL 4/6] s390/ipl: Update the s390-ccw.img rom Christian Borntraeger
2013-09-03  7:58 ` [Qemu-devel] [PULL 5/6] s390/cpu: Make setcc() function available to other files Christian Borntraeger
2013-09-03  7:58 ` [Qemu-devel] [PULL 6/6] s390/ioinst: Moved the CC setting to the IO instruction handlers Christian Borntraeger
2013-09-03 15:23 ` [Qemu-devel] [PULL 0/6] s390: cleanups and fixes Alexander Graf
2013-09-03 19:08 ` [Qemu-devel] [PULL] " Christian Borntraeger
2013-09-12 15:21   ` Christian Borntraeger
2013-09-12 17:15     ` Anthony Liguori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1378195117-60980-3-git-send-email-borntraeger@de.ibm.com \
    --to=borntraeger@de.ibm.com \
    --cc=afaerber@suse.de \
    --cc=agraf@suse.de \
    --cc=cornelia.huck@de.ibm.com \
    --cc=jfrei@linux.vnet.ibm.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).