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:1337:16: runtime error: load of value 240, which is not a valid value for type 'bool' #3161

Closed fuzzerofducks closed 1 month ago

fuzzerofducks commented 1 month ago

Issue found by DuckFuzz on git commit hash dd9e6 using seed 1020841052.

To Reproduce

create table all_types as select * exclude(small_enum, medium_enum, large_enum) from test_all_types();
SELECT NULL, c3, c6, COLUMNS(*), c5 FROM test_vector_types(7602, all_flat := NULL) WHERE c3 LIMIT ((#9 IS NOT DISTINCT FROM c3)) % OFFSET (c1 <= c2)

Error Message

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