Displaying 1 result from an estimated 1 matches for "name_buf_len".
2004 Apr 01
1
[patch] net/rsync: problems in client name lookup code
...ecifies a
hostname
>Fix:
--- proto.h.orig Sat Dec 6 16:07:27 2003
+++ proto.h Thu Apr 1 10:54:19 2004
@@ -42,7 +42,6 @@
struct sockaddr_storage *ss,
socklen_t *ss_len);
int lookup_name(int fd, const struct sockaddr_storage *ss,
- socklen_t ss_len,
char *name_buf, size_t name_buf_len,
char *port_buf, size_t port_buf_len);
int compare_addrinfo_sockaddr(const struct addrinfo *ai,
--- clientname.c.orig Fri Jan 10 21:05:56 2003
+++ clientname.c Thu Apr 1 10:57:05 2004
@@ -101,58 +101,58 @@ char *client_name(int fd)
static char name_buf[100];
static char port_buf[100];
st...