Subject: Re: CVS commit: src/lib/libc/inet
To: Christos Zoulas <christos@netbsd.org>
From: Brian Ginsbach <ginsbach@NetBSD.org>
List: source-changes
Date: 01/19/2008 03:47:05
I don't think this was necessary as itojun FIXED this problem 6+ years
ago pre-source move (src/lib/libc/net/inet_network.c 1.14) in
NetBSD.  If NetBSD is going to go with the "standard" solution then
we should remove the lines added by itojun (lines 105-106 rev 1.2).

On Fri, Jan 18, 2008 at 04:20:57PM +0000, Christos Zoulas wrote:
> 
> Module Name:	src
> Committed By:	christos
> Date:		Fri Jan 18 16:20:57 UTC 2008
> 
> Modified Files:
> 	src/lib/libc/inet: inet_network.c
> 
> Log Message:
> Fix off-by-one buffer overflow. VU#203611, CVE-2008-0122