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' #3258

Closed fuzzerofducks closed 1 day ago

fuzzerofducks commented 1 day ago

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

To Reproduce

call dbgen(sf=0.1);
SELECT c14, 9531 FROM lineitem AS t17(c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16) , region AS t21(c18, c19, c20) FULL JOIN test_all_types(use_large_enum := NULL) ON (c14) LIMIT (c19) % OFFSET c16

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'