]> git.eshelyaron.com Git - emacs.git/commit
Don't use Qunbound as hash table key when printing (bug#68244)
authorMattias Engdegård <mattiase@acm.org>
Thu, 18 Jan 2024 17:48:12 +0000 (18:48 +0100)
committerMattias Engdegård <mattiase@acm.org>
Thu, 18 Jan 2024 17:57:03 +0000 (18:57 +0100)
commite7a6ce847fd06c4f132bbac2f2fdc8474753ad3c
tree5dd941050684c84453cbfc69564a8a7e2765d843
parentef01250ef9c22aa1ac2ecff3136aabf79b2a677b
Don't use Qunbound as hash table key when printing (bug#68244)

This flaw could cause an assertion failure.

* src/print.c (PRINT_CIRCLE_CANDIDATE_P): Don't consider Qunbound a
print-circle candidate; it should never be seen by Lisp anyway.
src/print.c