Opened 7 years ago

Closed 7 years ago

#48 closed defect (fixed)

Memory size for m_entropyBits

Reported by: aikiho Owned by:
Priority: minor Milestone: HM-16.6-JEM-6.0
Component: JEM Version: HM-16.6-JEM-5.0
Keywords: Cc: ksuehring, XiangLi, jvet@…

Description

m_entropyBits[2][512] size is wrong.
The array has 2x256 elements only.

Please fix it as follows:
m_entropyBits[2][512] --> m_entropyBits[2][256]

Change history (2)

comment:1 Changed 7 years ago by XiangLi

  • Milestone changed from HM-16.6-JEM-5.1 to HM-16.6-JEM-6.0

Fixed in r481 as suggested.

comment:2 Changed 7 years ago by XiangLi

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.