]> git.saurik.com Git - redis.git/commit - src/sentinel.c
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>
Fri, 24 Aug 2012 10:10:24 +0000 (12:10 +0200)
commit01477753e6dae515d31950d94e69e132ef4ed0b4
treefeed7ccf45dcf820ef53c0810dd5c411e761ef91
parent724371d748b86da4459e42c8d855d07aef20bdb3
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