mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 08:49:01 +00:00
FS-7866: fix crash when running incorrect var api expansion syntax "eval ${${external_sip_ip}:4}"
This commit is contained in:
parent
0d06e6524a
commit
6b68cf4beb
@ -2365,6 +2365,7 @@ SWITCH_DECLARE(char *) switch_event_expand_headers_check(switch_event_t *event,
|
||||
}
|
||||
}
|
||||
|
||||
if (sub_val) {
|
||||
if (offset || ooffset) {
|
||||
cloned_sub_val = strdup(sub_val);
|
||||
switch_assert(cloned_sub_val);
|
||||
@ -2382,7 +2383,7 @@ SWITCH_DECLARE(char *) switch_event_expand_headers_check(switch_event_t *event,
|
||||
*ptr = '\0';
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
switch_safe_free(expanded);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user