]> 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)
committerEshel Yaron <me@eshelyaron.com>
Fri, 19 Jan 2024 06:57:49 +0000 (07:57 +0100)
commit0a933e27c75fe9154e3c529bcc95d132c6dd66c6
tree2dc960c51926caeafb10bc0279189cdc3290cc7e
parentc3432d3f613f86e3c43c9ba1a6032190674e33da
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.

(cherry picked from commit e7a6ce847fd06c4f132bbac2f2fdc8474753ad3c)
src/print.c