mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Note to self: Run make before committing...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@48888 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1395,7 +1395,7 @@ static int transmit_response(struct skinnysession *s, struct skinny_req *req)
|
|||||||
if (skinnydebug)
|
if (skinnydebug)
|
||||||
ast_log(LOG_VERBOSE, "writing packet type %04X (%d bytes) to socket %d\n", letohl(req->e), letohl(req->len)+8, s->fd);
|
ast_log(LOG_VERBOSE, "writing packet type %04X (%d bytes) to socket %d\n", letohl(req->e), letohl(req->len)+8, s->fd);
|
||||||
|
|
||||||
if (letohl(req->len > SKINNY_MAX_PACKET) || letohl(req->len < 0) {
|
if (letohl(req->len > SKINNY_MAX_PACKET) || letohl(req->len < 0)) {
|
||||||
ast_log(LOG_WARNING, "transmit_response: the length of the request is out of bounds\n");
|
ast_log(LOG_WARNING, "transmit_response: the length of the request is out of bounds\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user