From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Date: Sun, 22 Jun 2008 20:04:33 +0000 Subject: Re: [PATCH] SN2: security hole in sn2_ptc_proc_write Message-Id: <485EB051.9030200@firstfloor.org> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org Bernhard Walle wrote: > * Andi Kleen [2008-06-22 19:41]: >> You need if (count < 0 || count > 64) me thinks. > > size_t is unsigned. Yes = or <= sorry. -Andi