Comment 3 for bug 1154946

Revision history for this message
Stas Boukarev (stassats) wrote :

commit fa2e7181b3f21505a340ae25a5f41998f67665a8
Author: Stas Boukarev <email address hidden>
Date: Thu Mar 14 14:09:54 2013 +0400

    Accessing &MORE arguments checks bounds.

    (funcall (lambda (&rest args) (car args))) => garbage,
    because &more accessing didn't check bounds.