Assert that LENTRY_INTERNAL can fit in the reserved space

This commit is contained in:
Cameron Gutman 2019-04-27 14:09:55 -07:00
parent 0b8dc80823
commit 4a82762118

View File

@ -679,6 +679,7 @@ void queueRtpPacket(PRTPFEC_QUEUE_ENTRY queueEntry) {
// Reuse the memory reserved for the RTPFEC_QUEUE_ENTRY to store the LENTRY_INTERNAL
// now that we're in the depacketizer.
LC_ASSERT(sizeof(LENTRY_INTERNAL) <= sizeof(RTPFEC_QUEUE_ENTRY));
PLENTRY_INTERNAL existingEntry = (PLENTRY_INTERNAL)queueEntry;
existingEntry->allocPtr = queueEntry->packet;