[Is this a good place to report problems with ansi-tests?]

It seems to me there's a problem with ansi-tests/rt.lsp. It does
(defvar *entries* '(nil)) and (defvar *entries-tail* *entries*), and
then proceeds to do (setf (cdr *entries-tail*) ..) in the add-entry,
thereby modifying an object produced by read and invoking undefined
behavior. I think. This could be fixed simply by replacing the
constant form '(nil) with (list nil).

Regards,
-- 
Frode Vatvedt Fjeld



_______________________________________________
Gcl-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to