Re: Lisp security



* John Thingstad:

> Obviously Lisp is not prone to buffer overfow controls. (unless
> optimations turn bounds checking off)

Not true, AREF is not guaranteed to check bounds even in "safe" code.
.