Date: Mon, 23 Feb 2004 17:20:52 -0800 (PST) From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 in6.c Message-ID: <200402240120.i1O1KqXT059137@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cperciva 2004/02/23 17:20:52 PST FreeBSD src repository Modified files: sys/netinet6 in6.c Log: Fix array overflow: If len=128, don't access [16] of a 16-byte IPv6 address, even if we subsequently ignore its value by applying a >>8 to it. Reported by: "Ted Unangst" <tedu@coverity.com> Approved by: rwatson (mentor), {ume, suz} (KAME) Revision Changes Path 1.42 +2 -1 src/sys/netinet6/in6.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402240120.i1O1KqXT059137>