antirez edfaa64f49 Scripting: require at least one argument for redis.call().
Redis used to crash with a call like the following:

    EVAL "redis.call()" 0

Now the explicit check for at least one argument prevents the problem.

This commit fixes issue #655.
2012-08-31 10:28:36 +02:00
..
2012-06-12 15:20:16 +02:00
2012-04-07 11:27:04 +02:00
2012-04-18 11:41:03 +02:00
2011-07-28 12:32:52 +02:00
2010-06-16 11:03:23 +02:00
2010-10-15 12:54:53 +02:00