Skip to content

Add safety assertions when inserting into array

Simon Ser requested to merge len-asserts into main

Make sure we didn't mess up the array size. Abort instead of corrupting memory.

Found the array insert operations via:

git grep '++]'

Merge request reports