Opened 5 years ago
Closed 5 years ago
#524 closed defect (fixed)
dereferencing of NULL pointers for APSs
Reported by: | ksuehring | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-6.2 |
Component: | VTM | Version: | VTM-6.1 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
When calling pcPicCurr->finalInit() pointers to LMCS APS or Scalining List APS can be zero. Dereferencing those is undefined. It's also not necessary, because the arguments passed as reference are later converted to pointers again.
A fix is submitted as
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/935
Change history (2)
comment:1 Changed 5 years ago by ksuehring
- Summary changed from fix dereferencing of NULL to dereferencing of NULL pointers for APSs
comment:2 Changed 5 years ago by XiangLi
- Milestone set to VTM-6.2
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Fixed as suggested.