From b3c5b1a2884337085411fa22727172e5d9605756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Mill=C3=A1n?= Date: Mon, 1 Jul 2024 13:37:02 +0200 Subject: [PATCH] TestRtpPacket: ASAN, fix buffer overflow --- worker/test/src/RTC/TestRtpPacket.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/worker/test/src/RTC/TestRtpPacket.cpp b/worker/test/src/RTC/TestRtpPacket.cpp index 699cd14bbd..40b943c69f 100644 --- a/worker/test/src/RTC/TestRtpPacket.cpp +++ b/worker/test/src/RTC/TestRtpPacket.cpp @@ -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