• Sergei Golubchik's avatar
    MDEV-26817 runtime error: index 24320 out of bounds for type... · 0c275599
    Sergei Golubchik authored
    MDEV-26817 runtime error: index 24320 out of bounds for type 'json_string_char_classes [128] *and* ASAN: global-buffer-overflow on address ... READ of size 4 on SELECT JSON_VALID
    
    protect from out-of-bound array access
    
    it was already done in all other places, this one was the only one missed
    0c275599
json_lib.c 52.9 KB