]> git.eshelyaron.com Git - emacs.git/commit
Fix crash in evaluating functions
authorPhilipp Stephani <phst@google.com>
Wed, 12 Oct 2016 20:48:32 +0000 (22:48 +0200)
committerPhilipp Stephani <phst@google.com>
Thu, 13 Oct 2016 11:00:48 +0000 (13:00 +0200)
commit8ee95221c7112a763ae6ce41c7c58b3c32ece5fc
tree780fef85d03762e91361b962c1da769a821f4edd
parentb0f1d23ec482aa71a0ae0251f6f44f4b8d261259
Fix crash in evaluating functions

See Bug#24673

* src/eval.c (funcall_lambda): Fix crash for bogus functions such
as (closure).

* test/src/eval-tests.el (eval-tests--bug24673): Add test.
src/eval.c
test/src/eval-tests.el [new file with mode: 0644]