RESOLVED FIXED 264718
Avoid divide-by-zero in webrtc::StreamStatisticianImpl::BitrateReceived
https://bugs.webkit.org/show_bug.cgi?id=264718
Summary Avoid divide-by-zero in webrtc::StreamStatisticianImpl::BitrateReceived
David Kilzer (:ddkilzer)
Reported 2023-11-12 20:11:12 PST
Avoid divide-by-zero in webrtc::StreamStatisticianImpl::BitrateReceived(). This can occur when invalid data is received. It has no effect on ARM architectures (the result is zero), but a floating-point exception occurs on Intel. <rdar://117912996>
Attachments
David Kilzer (:ddkilzer)
Comment 1 2023-11-12 20:13:28 PST
EWS
Comment 2 2023-11-13 12:03:36 PST
Committed 270656@main (01dea93c203e): <https://commits.webkit.org/270656@main> Reviewed commits have been landed. Closing PR #20399 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.