MCPcopy Create free account
hub / github.com/HackWebRTC/webrtc / TEST_F

Function TEST_F

modules/rtp_rtcp/source/ulpfec_generator_unittest.cc:65–104  ·  view source on GitHub ↗

Verifies bug found via fuzzing, where a gap in the packet sequence caused us to move past the end of the current FEC packet mask byte without moving to the next byte. That likely caused us to repeatedly read from the same byte, and if that byte didn't protect packets we would generate empty FEC.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 13

GetUlpfecPacketsAsRedMethod · 0.80
NewFrameMethod · 0.80
NextPacketSeqNumMethod · 0.80
VerifyHeaderFunction · 0.70
CopyOnWriteBufferClass · 0.50
SetFecParametersMethod · 0.45
sizeMethod · 0.45
NextPacketMethod · 0.45
FecAvailableMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected