mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
bb6f775b89
- arraySlice([], INT64_MIN) -- FunctionArraySlice::executeImpl Found with fuzzer [1]. [1]: https://clickhouse-test-reports.s3.yandex.net/19378/2c42600cf9bd8e9962b5b5a0ebb4bf11a10887ea/fuzzer_ubsan/report.html#fail1 v2: removed fixes that is already included into #19459 - arraySlice(groupArray([]), INT64_MIN) -- sliceDynamicOffsetUnbounded
4 lines
89 B
SQL
4 lines
89 B
SQL
-- { echo }
|
|
-- tests with INT64_MIN (UBsan)
|
|
select arraySlice([], -9223372036854775808);
|