Opened 6 years ago

Last modified 6 years ago

#1484 new defect

HM crashes when a NALU with zero payload size

Reported by: swong10 Owned by:
Priority: major Milestone:
Component: HM SCC Version:
Keywords: Cc: lidong.xu@…, samuel.wong@…, jct-vc@…, iole@…

Description

Spec allows to have NALU with zero payload size.
But HM crashes when NALU has a zero payload size.

SEIread.cpp --> Void SEIReader::xReadSEImessage

Need to add a condition

if (!payloadSize)

return;

Change History (1)

comment:1 Changed 6 years ago by iole_moccagatta

  • Cc iole@… added
Note: See TracTickets for help on using tickets.

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • Iole Moccagatta(Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • lidong.xu@…(Subscriber)
  • Samuel Wong(Reporter, Subscriber)