From: Andrew Morton <akpm@osdl.org>
To: Chuck Ebbert <76306.1226@compuserve.com>
Cc: linux-kernel@vger.kernel.org, torvalds@osdl.org
Subject: Re: [-mm patch] binfmt_elf: fix checks for bad address
Date: Mon, 19 Jun 2006 22:25:12 -0700 [thread overview]
Message-ID: <20060619222512.58ba3e48.akpm@osdl.org> (raw)
In-Reply-To: <200606200059_MC3-1-C2E8-8C45@compuserve.com>
On Tue, 20 Jun 2006 00:55:24 -0400
Chuck Ebbert <76306.1226@compuserve.com> wrote:
> -#define BAD_ADDR(x) ((unsigned long)(x) > TASK_SIZE)
> +#define BAD_ADDR(x) ((unsigned long)(x) >= TASK_SIZE)
Convince us that this is correct for all the other users of BAD_ADDR() in
this file.
next prev parent reply other threads:[~2006-06-20 5:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-20 4:55 Chuck Ebbert
2006-06-20 5:25 ` Andrew Morton [this message]
2006-06-21 12:24 Chuck Ebbert
2006-06-22 1:06 ` Ernie Petrides
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=20060619222512.58ba3e48.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=76306.1226@compuserve.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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
all inboxes | Powered by JetHome®