Add safety assertions when inserting into array
Make sure we didn't mess up the array size. Abort instead of corrupting memory.
Found the array insert operations via:
git grep '++]'
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Make sure we didn't mess up the array size. Abort instead of corrupting memory.
Found the array insert operations via:
git grep '++]'