Fixed busy loop in case of partially malformed rtcp packet

BUG=webrtc:5574

Review URL: https://codereview.webrtc.org/1726573003

Cr-Commit-Position: refs/heads/master@{#11946}
This commit is contained in:
danilchap
2016-03-10 13:13:52 -08:00
committed by Commit bot
parent bb9edbd048
commit 50da1d329a
2 changed files with 8 additions and 0 deletions

View File

@ -230,6 +230,7 @@ RTCPUtility::RTCPParserV2::IterateTopLevel()
{
if (!ParseFBCommon(header)) {
// Nothing supported found, continue to next block!
EndCurrentBlock();
break;
}
return;