Skip to content

Commit

Permalink
TestRtpPacket: ASAN, fix buffer overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed Jul 1, 2024
1 parent ad3817c commit b3c5b1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worker/test/src/RTC/TestRtpPacket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ SCENARIO("parse RTP packets", "[parser][rtp]")
0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00,
};
// clang-format on

Expand Down

0 comments on commit b3c5b1a

Please sign in to comment.