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 80, which is not a valid value for type 'bool' #3277
Issue found by DuckFuzz on git commit hash using seed 81964063.
To Reproduce
create table all_types as select * exclude(small_enum, medium_enum, large_enum) from test_all_types();
SELECT c1, c2, c1 FROM test_vector_types(9118, all_flat := NULL) AS t4(c1, c2, c3) WHERE NULL LIMIT (c1) % OFFSET c2;
Error Message
/home/runner/work/duckdb-fuzzer-ci/duckdb-fuzzer-ci/src/common/types/value.cpp:1351:16: runtime error: load of value 80, which is not a valid value for type 'bool'
Issue found by DuckFuzz on git commit hash using seed 81964063.
To Reproduce
Error Message