Skip to content

fix issue created from fix int8 overflow (int8 overflox is small)

Thomas Laurent requested to merge fix-ptr-regression into develop

ptrs computation was making uint8 overflow, i fixed it, but then, as the overflow is negative, it became a very high positive number (uint8 0-1 is "only" 255)

Edited by Robert Schmidt

Merge request reports