All of lore.kernel.org
 help / color / mirror / Atom feed
From: "David Engebretsen" <engebret@us.ibm.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] Possible bug in siginfo64to32()
Date: Wed, 02 May 2001 19:29:01 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590693005514@msgid-missing> (raw)

Although I do not work on linux-ia64, I believe we found a bug bringing up
PPC64 with some regression tests that also exists in the IA64 code that
someone might want to look into.

In arch/ia64/ia32/sys_ia32.c, the function siginfo64to32(siginfo_t32 *d,
...)
does the following:
   memset(&d, 0, sizeof(siginfo_t32));

Seems like the &d should just be d.

Is this a legitimate bug, or are we missing something here?

Thanks -

Dave Engebretsen
Linux on PowerPC Development, IBM Rochester
Internal  : ibmusm07(engebret), T/L 8-553-2925
External : engebret@us.ibm.com, (507) 253-2925



             reply	other threads:[~2001-05-02 19:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-02 19:29 David Engebretsen [this message]
2001-05-02 19:37 ` [Linux-ia64] Possible bug in siginfo64to32() Don Dugger

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=marc-linux-ia64-105590693005514@msgid-missing \
    --to=engebret@us.ibm.com \
    --cc=linux-ia64@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.