[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20090204115721.74531d5c.akpm@linux-foundation.org>
Date: Wed, 4 Feb 2009 11:57:21 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: Dean Nelson <dcn@....com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] sgi-xp: fix writing past the end of kzalloc()'d space
(v.2)
On Wed, 4 Feb 2009 12:36:41 -0600 Dean Nelson <dcn@....com> wrote:
> Note that I'm using 'void *' instead of 'u8 *' to ->define recv_msg_slots.
> Currently they are equivalent in terms of the math, but 'void *' has the
> advantage of not needing to cast at all. Is this an appropriate choice?
I think so. void* is a nice way of saying "here's a blob of bytes".
It's a gcc extension to permit arithmetic on a void*, but we use that
one widely.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists