mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-03 20:01:57 +00:00
FS-3870 --resolve that is amazing that nobody found this before, we've probably been vulnerable to that bug for years
This commit is contained in:
parent
27221fa4d3
commit
63c3ec6774
@ -136,7 +136,7 @@ SWITCH_DECLARE(switch_caller_profile_t *) switch_caller_profile_dup(switch_memor
|
|||||||
profile->flags = tocopy->flags;
|
profile->flags = tocopy->flags;
|
||||||
profile->pool = pool;
|
profile->pool = pool;
|
||||||
profile->direction = tocopy->direction;
|
profile->direction = tocopy->direction;
|
||||||
|
profile->times = tocopy->times;
|
||||||
|
|
||||||
if (tocopy->soft) {
|
if (tocopy->soft) {
|
||||||
profile_node_t *pn;
|
profile_node_t *pn;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user