mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
FS-6056 --resolve this was already fixed in master
This commit is contained in:
+1
-1
@@ -615,7 +615,7 @@ static switch_status_t timer_step(switch_timer_t *timer)
|
||||
}
|
||||
|
||||
check_roll();
|
||||
samples = timer->samples * (private_info->reference - private_info->start);
|
||||
samples = (uint64_t)timer->samples * (private_info->reference - private_info->start);
|
||||
|
||||
if (samples > UINT32_MAX) {
|
||||
private_info->start = private_info->reference - 1; /* Must have a diff */
|
||||
|
||||
Reference in New Issue
Block a user