Changes between Initial Version and Version 1 of Ticket #756, comment 1
- Timestamp:
- 11 Dec 2019, 17:32:32 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #756, comment 1
initial v1 9 9 Bug is found in section 4) (line 849). 10 10 11 The latest candidate to be added is not initialized (because of incrementation before return condition). It has value (0, 0) (which is ok) but it 's refIdx is still invalid (-1), when we expect (MAX_NUM_REF), as it is the case for other ones.11 The latest candidate to be added is not initialized (because of incrementation before return condition). It has value (0, 0) (which is ok) but its refIdx is still invalid (-1), when we expect (MAX_NUM_REF), as it is the case for other ones. 12 12 13 13 After that, IBC derivation may occur, until the historical candidates must be updated with selected block vector. In this case, and if the block vector used has a bad refIdx, we will have an incorrect historical candidates list.