You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the human-readable Redis protocol parser is buggy as it searches for a space and then perform a number of additional operations expecting data to be present afterwards.
The current implementation of the human-readable Redis protocol parser is buggy as it searches for a space and then perform a number of additional operations expecting data to be present afterwards.
The bug is being triggered by the code at line
cachegrand/src/protocol/redis/protocol_redis_reader.c
Line 175 in 69c5e92
The test
cachegrand/tests/protocols/redis/test-protocol-redis-reader-inline.cpp
Line 510 in 69c5e92
triggers the issue
The text was updated successfully, but these errors were encountered: