cvs commit: src/lib/libc/net getaddrinfo.c name6.c

George V. Neville-Neil gnn at FreeBSD.org
Sat May 14 12:43:10 PDT 2005


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


More information about the cvs-src mailing list