Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Sep 2000 19:31:56 -0700 (PDT)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/tcp_wrappers socket.c
Message-ID:  <200009250231.TAA03139@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ume         2000/09/24 19:31:56 PDT

  Modified files:        (Branch: RELENG_4)
    contrib/tcp_wrappers socket.c 
  Log:
  MFC 1.3 -> 1.5:
  - Don't touch ai_canonname without checking NULL.  Current
  implementation of getaddrinfo() may return NULL ai_canonname.
  There is no consensus how getaddrinfo() should fill ai_canonname
  when numeric hostname is given.
  - reject numeric address
  - validate scope in sockaddr comparison logic
  
  Revision  Changes    Path
  1.2.2.2   +29 -4     src/contrib/tcp_wrappers/socket.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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