Avoid crashes due to objects read with the #n=object form
commit10835b18cdfd93442e6fae093ffd130587006fcf
authorEli Zaretskii <eliz@gnu.org>
Fri, 14 Oct 2016 19:52:46 +0000 (14 22:52 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 14 Oct 2016 19:52:46 +0000 (14 22:52 +0300)
tree98bdfa191e4c2de8b27dbc27e2c6ef2acb17a4b4
parent4de671d844c56d70e747366657664c8d293fe2bf
Avoid crashes due to objects read with the #n=object form

* src/lread.c (read1): Use Fcons for 'placeholder', not AUTO_CONS,
because elements of the list in 'read_objects' cannot be allocated
off the stack.  (Bug#24640)
src/lread.c