Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 May 2005 19:43:10 +0000 (UTC)
From:      "George V. Neville-Neil" <gnn@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/net getaddrinfo.c name6.c
Message-ID:  <200505141943.j4EJhAtJ022092@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gnn         2005-05-14 19:43:10 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/net         getaddrinfo.c name6.c 
  Log:
  Submitted by:   Jinmei Tatuya, Hajimu Umemoto
  Reviewed by:    rwatson at freebsd dot org
  Approved by:    rwatson at freebsd dot org
  MFC after:      1 week
  
  Fix the matchlen() function so that it handles the IPv4 (AF_INET)
  case correctly.  Until now it has been treating IPv4 addresses
  as if they were IPv6 which could lead to corruption errors.
  
  Revision  Changes    Path
  1.68      +2 -2      src/lib/libc/net/getaddrinfo.c
  1.53      +2 -2      src/lib/libc/net/name6.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505141943.j4EJhAtJ022092>