Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2006 11:22:31 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include netdb.h src/lib/libc/net gai_strerror.3 gai_strerror.c getnameinfo.c
Message-ID:  <200605211122.k4LBMVXW077436@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ume         2006-05-21 11:22:31 UTC

  FreeBSD src repository

  Modified files:
    include              netdb.h 
    lib/libc/net         gai_strerror.3 gai_strerror.c 
                         getnameinfo.c 
  Log:
  Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buffer is
  too short.  This conforms to RFC3493, POSIX and XPG6.
  
  Obtained from:  NetBSD
  
  Revision  Changes    Path
  1.43      +4 -3      src/include/netdb.h
  1.4       +2 -0      src/lib/libc/net/gai_strerror.3
  1.2       +2 -1      src/lib/libc/net/gai_strerror.c
  1.19      +3 -3      src/lib/libc/net/getnameinfo.c



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