• Björn Svensson's avatar
    Fix heap-buffer-overflow issue in redisvFormatCommad · 329eaf9b
    Björn Svensson authored
    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.
    329eaf9b
hiredis.c 35.5 KB