Skip to content

Fix negative offsets stored as unsigned

Michael Platings requested to merge fix-overflow into main

Running tests with UndefinedBehaviorSanitizer enabled emitted errors such as "addition of unsigned offset [...] overflowed" This change fixes these errors.

Merge request reports