Fix a bug involving uninitialized memory
All threads resolved!
All threads resolved!
In the bounding mask calculation, the bounding box is increased when the size would not be even. The bounding mask values should cover the entire bounding box, but when the bounding box is increased like that, it wouldn't set the values that the increase in size include. I've also adapted the test so it includes testing this.
Edited by Andre Offringa
Merge request reports
Activity
Filter activity
assigned to @offringa
- Resolved by Maik Nijhuis
- Resolved by Maik Nijhuis
- Resolved by Maik Nijhuis
requested review from @mnijhuis-tos
added 1 commit
- 08af8d5c - Add comments after review, and one more 'optimalisation'
Please register or sign in to reply