]> git.saurik.com Git - redis.git/commit
Make sure error and status replies emitted by Lua scripts can never have more than...
authorantirez <antirez@gmail.com>
Tue, 24 May 2011 17:43:11 +0000 (19:43 +0200)
committerantirez <antirez@gmail.com>
Wed, 25 May 2011 10:32:50 +0000 (12:32 +0200)
commit3bb818df405e667087fe3336cd91159790f63981
tree080b97b60da3489522570f63b599ddbe21b6ebc0
parent449286a588c820ca1a120c2e9e8c57c1a31345a2
Make sure error and status replies emitted by Lua scripts can never have more than a newline, otherwise it is a protocol violation and clients will desync.
src/networking.c
src/scripting.c
src/sds.c
src/sds.h