cvs commit: src/lib/libc/net sctp_sys_calls.c

Randall Stewart rrs at FreeBSD.org
Fri Jun 22 13:59:55 UTC 2007


rrs         2007-06-22 13:59:55 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/net         sctp_sys_calls.c 
  Log:
  - Fix incorrect error return on sctp_getaddrlen
  - Fix a memory leak when a non v4/v6 address was passed in.
  - Take out strange line that copy's back to the src array
    incorrectly (corrupting the input array).
  
  Approved by:    re(bmah at freebsd.org)
  Obtained from:  Weongyo Jeong(weongyo.jeong at gmail.com)
  
  Revision  Changes    Path
  1.9       +3 -3      src/lib/libc/net/sctp_sys_calls.c


More information about the cvs-src mailing list