Skip to content

Release 4.3.102

Choose a tag to compare

@github-actions github-actions released this 26 Nov 17:03
· 11 commits to master since this release
767fe94
[cppia] Fix int overflow in arithmetic assignments (#1258)

* [cppia] Fix int overflow in arithmetic assignments

Currently, the cppia interp runtime uses float operations for arithmetic
assignments such as *=. This results in inconsistent int overflow
behaviour.

* [tests] Add regression test for int *= overflow