usagi/usagi/testlets/udp udpsend.c

[email protected] Mon, 5 Sep 2005 20:24:44 +0900
Newsgroups gmane.linux.ipv6.usagi.cvs
Message-ID <[email protected]>
yoshfuji    2005/09/05 20:24:14 JST

  Modified files:
    usagi/testlets/udp   udpsend.c 
  Log:
  Real fix for SEGV.
  Glibc's CMSG_NXTHDR() has extra check for "next" cmsg element,
  which is harmful for creating new cmsgs.
  Work-around is to clear buffer before we invoke CMSG_NXTHDR().
  
  Revision  Changes    Path
  1.23                 usagi/usagi/testlets/udp/udpsend.c