Opened 16 months ago
Closed 15 months ago
#1608 closed defect (fixed)
out-of-bounds array access after MR 2589
Reported by: | forayr | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-22.0 |
Component: | VTM | Version: | VTM-21.2 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
pu.cu->qp could be negative when bitdepth > 8.
This causes an issue here:
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/commit/c4d9847ee887a5b9be1a3729a60dfc4b8f8a79bf#2181438aeeb6ddc369c442bd8d07ae622e76372f_1886_1902
Change history (3)
comment:1 Changed 15 months ago by fbossen
comment:2 Changed 15 months ago by forayr
It does. Thanks.
comment:3 Changed 15 months ago by XiangLi
- Milestone set to VTM-22.0
- Resolution set to fixed
- Status changed from new to closed
- Version set to VTM-21.2
Fixed as suggested.
Note: See TracTickets for help on using tickets.
The following MR should address this issue:
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/2648