Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79ccf9a

Browse files
Merge branch 'hotfix/eval_timeout_segfault' into develop
2 parents f200730 + d2832bf commit 79ccf9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1874,7 +1874,7 @@ redis_read_variant_reply(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock, zv
18741874
default:
18751875
// Protocol error
18761876
zend_throw_exception_ex(redis_exception_ce, 0 TSRMLS_CC, "protocol error, got '%c' as reply-type byte\n", reply_type);
1877-
break;
1877+
return FAILURE;
18781878
}
18791879

18801880
IF_MULTI_OR_PIPELINE() {

0 commit comments

Comments
 (0)