version 1.14 | | version 1.15 |
---|
| | |
| | |
/* | | /* |
* static char *rcsid_sockets_c = | | * static char *rcsid_sockets_c = |
* "$Id: lowlevel.c,v 1.14 2006/03/19 01:51:46 akirschbaum Exp $"; | | * "$Id: lowlevel.c,v 1.15 2006/05/13 21:21:12 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
if (ns->status == Ns_Dead || !msg) | | if (ns->status == Ns_Dead || !msg) |
return; | | return; |
| | |
if (msg->len >= MAXSOCKBUF) { | | if (msg->len > MAXSOCKBUF) { |
LOG(llevError,"Trying to send a buffer beyond properly size, len =%d\n", | | LOG(llevError,"Trying to send a buffer beyond properly size, len =%d\n", |
msg->len); | | msg->len); |
/* Almost certainly we've overflowed a buffer, so quite now to make | | /* Almost certainly we've overflowed a buffer, so quite now to make |