#425 closed defect (fixed)m_iNumColumnsMinus1 and m_iNumRowsMinus1 uninitialed, decoder will crash in debug mode
Description
Both m_iNumColumnsMinus1 and m_iNumRowsMinus1 in SPS are uninitialed. Change History (3)comment:1 Changed 13 years ago by DefaultCC Plugin
comment:2 Changed 13 years ago by ksuehring
comment:3 Changed 13 years ago by chenm003
The decoder crash because VisualStudio fill all of uninitial memory to 0xCD in debug mode, so the decoder call xCreateTComTileArray() to alloc more than 128TB memory. 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
|
I have not seen crashes, but the fields should be initialized. Please test again with the current HM-6.0-dev branch. I have added a fix in r2137