mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
FS-3509 --resolve
This commit is contained in:
parent
4192195b80
commit
b7e651a5e8
@ -996,7 +996,7 @@ static void *SWITCH_THREAD_FUNC switch_core_sql_thread(switch_thread_t *thread,
|
|||||||
trans = 1;
|
trans = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (len + newlen > sql_len) {
|
if (len + newlen + 1 > sql_len) {
|
||||||
int new_mlen = len + newlen + 10240;
|
int new_mlen = len + newlen + 10240;
|
||||||
|
|
||||||
if (new_mlen < runtime.max_sql_buffer_len) {
|
if (new_mlen < runtime.max_sql_buffer_len) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user