Opened 6 years ago
Closed 6 years ago
#161 closed defect (fixed)
valgrind reports many errors in DepQuant.cpp
Reported by: | fbossen | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | VTM-4.0 |
Component: | VTM | Version: | |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
With commit 69d571b, regardless of test sequence and conditions, valgrind reports many errors in various functions found in DepQuant.cpp. This is most likely related to issue #160
Change history (5)
comment:1 Changed 6 years ago by fbossen
comment:2 Changed 6 years ago by fbossen
Merge request 231 partially fixes this as it addresses an issue related to JVET-M0257
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/231
comment:3 Changed 6 years ago by fbossen
Some more unsigned arithmetic fixes in
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/232
comment:4 Changed 6 years ago by fbossen
One additional fix in
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/233
comment:5 Changed 6 years ago by fbossen
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Merge request 230 partially fixes this.
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/230
As the software guidelines say: avoid using unsigned types as they can be a source of bugs.