]> git.llucax.com Git - software/posixx.git/blobdiff - test/socket/generic_test.hpp
Add Boost License
[software/posixx.git] / test / socket / generic_test.hpp
index 4e87780dbce6cb10bdafef89f6a1a4ca1a2ed094..cb9e6b36731495bcae32107c6f5d62a388e97f7f 100644 (file)
@@ -1,3 +1,9 @@
+// Copyright Leandro Lucarella 2008 - 2010.
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file COPYING or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
+
 
 /*
  * This file should be included from others, and the next symbols are expected
@@ -233,6 +239,7 @@ BOOST_AUTO_TEST_CASE( dgram_sendto_recvfrom_struct_test )
        s2.bind(test_address2);
        // socket 1 send
        data d;
+       memset(&d, 0, sizeof(data));
        strcpy(d.msg, "hello world!");
        d.number = -32495813;
        s1.send_struct(d, test_address2);