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 32, which is not a valid value for type 'bool' #3251

Closed fuzzerofducks closed 1 week ago

fuzzerofducks commented 1 week ago

Issue found by DuckFuzz on git commit hash using seed 971943472.

To Reproduce

create table all_types as select * exclude(small_enum, medium_enum, large_enum) from test_all_types() limit 0;
SELECT DISTINCT (6294 OR NULL), NULL FROM test_vector_types(127, all_flat := NULL) HAVING c1 USING SAMPLE 75497 (Bernoulli) LIMIT (0) %

Error Message

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