]> git.saurik.com Git - redis.git/commit
Protections against protocol desyncs, leading to infinite query buffer growing, due...
authorantirez <antirez@gmail.com>
Sat, 31 Dec 2011 15:09:46 +0000 (16:09 +0100)
committerantirez <antirez@gmail.com>
Sat, 31 Dec 2011 15:09:46 +0000 (16:09 +0100)
commit11e0c4c55b8edd8d2226ba2e5fde989778695195
tree38a18c1cd6d34a76df04b04c1ad41937c81902f2
parentf42e2f1bd791e4b3fdfa75c620dc9386b7cfea1e
Protections against protocol desyncs, leading to infinite query buffer growing, due to nul-terms in specific bytes of the request or indefinitely long multi bulk or bulk count strings without newlines. This bug is related to Issue #141 as well.
src/networking.c
src/redis.h