Skip to content
Snippets Groups Projects
Commit 4c18f940 authored by Olivier Dion's avatar Olivier Dion Committed by Sébastien Blin
Browse files

video_rtp_session: Fix signed integer overflow

`last_REMB_*` can be at `time_point::min()` when `delayMonitor()` is called.  This
results in a signed integer overflow, which UBASAN doesn't like.

Fix this by setting `last_REMB_*` to `clock::now()` before setting callback.

Change-Id: I0b24d759927c2eb7e23253a16333ba54dc3f9edf
parent a25b526e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment