Details
Description
SELECT JSON_EXISTS(CONCAT('[', REPEAT('[', 4000), 'Y', REPEAT(']', 4000), ', 1]'), '$[100]'); |
Reported by Akshay Jain.
Attachments
Issue Links
- duplicates
-
MDEV-35548 UBSAN: runtime error: index -1 out of bounds for type 'json_path_step_t[32]' (aka 'struct st_json_path_step_t[32]')
-
- Closed
-
- relates to
-
MDEV-39276 Assertion `0' failed in json_find_path or Assertion `cur_step->type & JSON_PATH_ARRAY'
-
- In Review
-