Opened 5 years ago
Closed 3 years ago
#523 closed defect (fixed)
Out ouf bounds access in EncLib::xInitRPL()
Reported by: | ksuehring | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | VTM-6.1 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
In current master (84bc473b974695a1c01280b7fa651d0649930c82)
EncLib::xInitRPL()
getRefPicIdentifier() is called with argument jj - 1. In the first loop jj is equal to zero, so getRefPicIdentifier() returns m_refPicIdentifier[-1], which is undefined.
Change history (1)
comment:1 Changed 3 years ago by fbossen
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/2191