]> git.saurik.com Git - redis.git/commitdiff
Sentinel: fixed a crash on script execution.
authorantirez <antirez@gmail.com>
Fri, 24 Aug 2012 10:10:24 +0000 (12:10 +0200)
committerantirez <antirez@gmail.com>
Thu, 27 Sep 2012 11:05:38 +0000 (13:05 +0200)
The call to sentinelScheduleScriptExecution() lacked the final NULL
argument to signal the end of arguments. This resulted into a crash.


No differences found