Fix netbsd compiler warning:

In file included from /home/buildbot/bs-sctplab/netbsd/build/usrsctplib/netinet/sctp_os_userspace.h:448:0,
                 from /home/buildbot/bs-sctplab/netbsd/build/usrsctplib/netinet/sctp_os.h:74,
                 from /home/buildbot/bs-sctplab/netbsd/build/usrsctplib/user_socket.c:35:
/home/buildbot/bs-sctplab/netbsd/build/usrsctplib/user_socket.c: In function 'usrsctp_connect':
/home/buildbot/bs-sctplab/netbsd/build/usrsctplib/user_malloc.h:191:26: error: 'sa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
 #define FREE(addr, type) free((addr))
                          ^
/home/buildbot/bs-sctplab/netbsd/build/usrsctplib/user_socket.c:2139:19: note: 'sa' was declared here
  struct sockaddr *sa;
                   ^
1 file changed
tree: 8cf99b161c5c1d79e5fa0f1af6847d5140fb8f2d
  1. programs/
  2. usrsctplib/
  3. .gitignore
  4. bootstrap
  5. CMakeLists.txt
  6. configure.ac
  7. LICENSE.md
  8. Makefile.am
  9. Makefile.nmake
  10. Manual.md
  11. Manual.tex
  12. README.md
  13. usrsctp.pc.in
README.md

usrsctp

Coverity Scan Build Status

This is a userland SCTP stack supporting FreeBSD, Linux, Mac OS X and Windows.

See manual for more information.

The status of continuous integration testing is available from grid and waterfall. If you are only interested in a single branch, just append ?branch=BRANCHNAME to the URL, for example waterfall.