ecl/contrib/sockets
Arto Bendiken fa48714dd8 Fixed a NUL-termination bug in SOCKET-BIND and SOCKET-CONNECT.
The backslash in '\0' got lost on the way to the generated C file
(build/ext/sockets.c). There may be more of these issues elsewhere
in the code base.

This resolves CIDs 66405 and 66413 (Buffer not null terminated).
2014-10-14 21:39:58 +00:00
..
package.lisp CLX registers itself with *MODULES* and requires SOCKETS. Split SOCKETS's package definition into a different file so that CLX can load it before being compiled. 2009-02-24 12:45:54 +01:00
sb-bsd-sockets.lisp Two compatibility improvements in the SOCKETS library: 2009-08-16 10:49:36 +02:00
sockets.lisp Fixed a NUL-termination bug in SOCKET-BIND and SOCKET-CONNECT. 2014-10-14 21:39:58 +00:00
test.lisp Precise the license of sockets/test.lisp, which we copied from SBCL 2005-12-19 14:32:27 +00:00