duckdb / duckdb-fuzzer

Repository that contains automatic reports of issues found through fuzzing DuckDB
0 stars 0 forks source link

/home/runner/work/duckdb-fuzzer-ci/duckdb-fuzzer-ci/src/common/types/value.cpp:1351:16: runtime error: load of value 96, which is not a valid value for type 'bool' #3246

Closed fuzzerofducks closed 1 month ago

fuzzerofducks commented 1 month ago

Issue found by DuckFuzz on git commit hash 7abb7 using seed 99237841.

To Reproduce

create table all_types as select * exclude(small_enum, medium_enum, large_enum) from test_all_types();
SELECT c3, (c5 BETWEEN #8 AND COLUMNS(*)), c1 FROM test_vector_types([42, 999, NULL, NULL, -42], all_flat := NULL) AS t6(c1, c2, c3, c4, c5) GROUP BY 0 HAVING c3 OFFSET c2;

Error Message

/home/runner/work/duckdb-fuzzer-ci/duckdb-fuzzer-ci/src/common/types/value.cpp:1351:16: runtime error: load of value 96, which is not a valid value for type 'bool'