Fix crash in evaluating functions
commitceb46f002145e986c944b2423404535019b7e62b
authorPhilipp Stephani <phst@google.com>
Wed, 12 Oct 2016 20:48:32 +0000 (12 22:48 +0200)
committerPhilipp Stephani <phst@google.com>
Thu, 13 Oct 2016 11:03:31 +0000 (13 13:03 +0200)
tree9db84af79ae0f3056bc502a25abb48ad781d42f9
parentd8374c4e95d6b2a0e839b3b49b12225222e8c721
Fix crash in evaluating functions

See Bug#24673

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