On Thu, Apr 24, 2014 at 7:29 PM, Steve Haflich <shaflich@gmail.com> wrote:I've long thought that was an oversight, though now that you point it
> Take for example aref, which might be used to
> extract octets of characters or whatever from a buffer. aref makes no
> guarantees even in safe code that it will signal bad array bounds.
out, I realize I must have been mistaken.
Still, it surprises me. I don't know of any implementation that
doesn't bounds-check aref under normal speed/safety settings, and
clearly, users expect them to do so.