Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2004 00:53:00 -0800 (PST)
From:      Don Lewis <truckman@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_usrreq.c
Message-ID:  <200401100853.i0A8r0lc059626@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
truckman    2004/01/10 00:53:00 PST

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_usrreq.c 
  Log:
  Check that sa_len is the appropriate value in tcp_usr_bind(),
  tcp6_usr_bind(), tcp_usr_connect(), and tcp6_usr_connect() before checking
  to see whether the address is multicast so that the proper errno value
  will be returned if sa_len is incorrect.  The checks are identical to the
  ones in in_pcbbind_setup(), in6_pcbbind(), and in6_pcbladdr(), which are
  called after the multicast address check passes.
  
  MFC after:      30 days
  
  Revision  Changes    Path
  1.92      +8 -0      src/sys/netinet/tcp_usrreq.c



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