Fix heap-buffer-overflow issue in redisvFormatCommad
A command with a faulty formatting string that lacks the conversion specifier results in a ASAN heap-buffer-overflow. This was due to that strchr() matches on null-termination, which triggers a continuation of the string parsing.
Please register or sign in to comment