Opened 4 years ago
Closed 4 years ago
#1016 closed defect (fixed)
Use of uninitialized value due to missing WP reset
Reported by: | audrey.turquin | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-8.1 |
Component: | VTM | Version: | |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
Memory sanitizer finds a use of uninitialized value in WP parameters.
This is due to a missing reset at PH level (as the one present at SH level).
Change history (2)
comment:1 Changed 4 years ago by audrey.turquin
comment:2 Changed 4 years ago by ksuehring
- Milestone set to VTM-8.1
- Resolution set to fixed
- Status changed from new to closed
The MR was merged
Note: See TracTickets for help on using tickets.
Corresponding MR:
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/1510