]> git.eshelyaron.com Git - emacs.git/commit
Avoid crashes in condition-case
authorEli Zaretskii <eliz@gnu.org>
Mon, 17 May 2021 15:10:49 +0000 (18:10 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 17 May 2021 15:10:49 +0000 (18:10 +0300)
commiteb7582620704a33f23d2c9952790b998e4396995
treeaf168f5632ff8d2e75fb6df81e9a433cc180cf3d
parentcbeaf28c5ea6d82e4c9c76fdf693fd69c98e503a
Avoid crashes in condition-case

* src/eval.c (internal_lisp_condition_case): Don't take XCAR
without making sure the value is a cons cell.  (Bug#48479)
src/eval.c