1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-13971 crash in skip_num_constant.

Character bigger than 0x60 wasn't handled properly
        inside a numeric constant.
This commit is contained in:
Alexey Botchkov
2017-11-11 13:54:56 +04:00
parent dcbf2823c7
commit 1e2d4f677e
3 changed files with 8 additions and 1 deletions

View File

@ -725,3 +725,6 @@ json_contains_path('{"foo":"bar"}', 'one', '$[]')
NULL
Warnings:
Warning 4042 Syntax error in JSON path in argument 3 to function 'json_contains_path' at position 3
select JSON_VALID(0x36f0c8dccd83c5eac156da);
JSON_VALID(0x36f0c8dccd83c5eac156da)
0