]> git.saurik.com Git - redis.git/commit
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)
commitfc0a0d4aa7019f725de3f424fe3558b30d7f27d3
tree81d1c16885dcb47142ebcd91d37894e52d0c8541
parentea9bec50c65ae945a8d808aa1a9881175f5defd0
Sentinel: fixed a crash on script execution.

The call to sentinelScheduleScriptExecution() lacked the final NULL
argument to signal the end of arguments. This resulted into a crash.
src/sentinel.c