Fixed a NUL-termination bug in SOCKET-BIND and SOCKET-CONNECT.
authorArto Bendiken <arto@bendiken.net>
Tue, 14 Oct 2014 21:14:45 +0000 (21:14 +0000)
committerArto Bendiken <arto@bendiken.net>
Tue, 14 Oct 2014 21:39:58 +0000 (21:39 +0000)
commitfa48714dd86d4bf2c3c1f0210cca3e7875771e92
tree8c00029c62058e2c860cc0505bec35e03487ca1c
parent633c3a5f63a602ce18c54bfe88922d8644cbe619
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).
contrib/sockets/sockets.lisp