cvs commit: src/sys/netinet6 in6.c

Colin Percival cperciva at FreeBSD.org
Mon Feb 23 17:20:52 PST 2004


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 at coverity.com>
  Approved by:    rwatson (mentor), {ume, suz} (KAME)
  
  Revision  Changes    Path
  1.42      +2 -1      src/sys/netinet6/in6.c


More information about the cvs-all mailing list