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

Closed fuzzerofducks closed 2 months ago

fuzzerofducks commented 2 months ago

Issue found by DuckFuzz on git commit hash ee349 using seed 366994427.

To Reproduce

create table all_types as select * exclude(small_enum, medium_enum, large_enum) from test_all_types();
SELECT c5, NULL, NULL, NULL, c5, NULL, c4 FROM test_all_types(use_large_enum := NULL) AS t6(c1, c2, c3, c4, c5)

Error Message

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