diff options
author | Alexander Barkov <bar@mariadb.com> | 2019-03-14 14:40:33 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2019-03-14 14:40:33 +0400 |
commit | ddfa722a03ab3649783f8798df02d94a8a8ef6e3 (patch) | |
tree | 480cab3ac089873f8339102983358f374df386e0 /mysql-test/r | |
parent | 49c49e630bdc5fc57dd534b23d8c59b603d36ad0 (diff) | |
download | mariadb-git-ddfa722a03ab3649783f8798df02d94a8a8ef6e3.tar.gz |
MDEV-18626 ASAN stack-buffer-overflow in int10_to_str / make_date_time upon DATE_FORMAT
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/func_time.result | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/r/func_time.result b/mysql-test/r/func_time.result index 19877b17901..25f3484b718 100644 --- a/mysql-test/r/func_time.result +++ b/mysql-test/r/func_time.result @@ -3444,5 +3444,11 @@ foo Warnings: Warning 1292 Truncated incorrect DECIMAL value: '2012-12-12 12:12:12' # +# MDEV-18626 ASAN stack-buffer-overflow in int10_to_str / make_date_time upon DATE_FORMAT +# +SELECT DATE_FORMAT(100000000000, '%j'); +DATE_FORMAT(100000000000, '%j') +NULL +# # End of 10.1 tests # |