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

Closed fuzzerofducks closed 2 weeks ago

fuzzerofducks commented 2 weeks ago

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

To Reproduce

create table all_types as select * exclude(small_enum, medium_enum, large_enum) from test_all_types() limit 0;
SELECT DISTINCT c2 FROM test_all_types(use_large_enum := NULL) USING SAMPLE 17.0% (Bernoulli) ORDER BY * ASC NULLS FIRST

Error Message

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