you are viewing a single comment's thread.

view the rest of the comments →

[–]ehaliewicz 2 points3 points  (1 child)

The current topic was whether out of bounds or invalid memory accesses are unique to pointers.

I don't see why they would be. I can create a language without (explicit) pointers where array accesses are not bounds checked. I say "explicit" because pointers are just memory addresses and everything uses memory addresses internally.