assert bounds checking
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10661 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
b03f519f26
commit
763507289d
|
@ -204,6 +204,7 @@ static switch_status_t my_on_hangup(switch_core_session_t *session)
|
|||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Got error [%ld] posting to web server [%s]\n",
|
||||
httpRes, globals.urls[globals.url_index]);
|
||||
globals.url_index++;
|
||||
switch_assert(globals.url_count <= MAX_URLS);
|
||||
if (globals.url_index >= globals.url_count) {
|
||||
globals.url_index = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue