Pointer arithmetic overflow is always undefined, whether signed or unsigned. It warned here: `Addition of unsigned offset to 0x00017fd31b97 overflowed to 0x00017fd30c97` Convert the offset to a signed number, so that we can offset either forward or backwards. In my own use of OpenCV at least, this is the only case of pointer arithmetic overflow.pull/23567/head
parent
a8d3d1f6f9
commit
2083fdc9c0
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue