From: David Miller <davem@davemloft.net>
To: huzaifas@redhat.com
Cc: netdev@vger.kernel.org, geert@linux-m68k.org, tj@kernel.org,
eric.dumazet@gmail.com
Subject: Re: [PATCH] Fix possible null pointer dereference in ariadne.c
Date: Tue, 01 Mar 2011 11:53:00 -0800 (PST) [thread overview]
Message-ID: <20110301.115300.112595321.davem@davemloft.net> (raw)
In-Reply-To: <1298979207-11237-1-git-send-email-huzaifas@redhat.com>
From: huzaifas@redhat.com
Date: Tue, 1 Mar 2011 17:03:27 +0530
> + *lance = (struct Am79C960*)dev->base_addr;
If you had actually compiled this, the compiler would have given
you a warning shoing that the leading "*" in "*lance" is not
appropriate for this assignment.
next prev parent reply other threads:[~2011-03-01 19:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-01 11:33 [PATCH] Fix possible null pointer dereference in ariadne.c huzaifas
2011-03-01 19:53 ` David Miller [this message]
2011-03-02 4:47 ` Huzaifa Sidhpurwala
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=20110301.115300.112595321.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=eric.dumazet@gmail.com \
--cc=geert@linux-m68k.org \
--cc=huzaifas@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=tj@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 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).