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' #3247
Issue found by DuckFuzz on git commit hash 6f979 using seed 965229325.
To Reproduce
create table all_types as select * exclude(small_enum, medium_enum, large_enum) from test_all_types() limit 0;
SELECT list_intersect((NULL AND c44), c152), (c175 BETWEEN 'd256809f-a8e8-4e86-bee8-eb521d24b4c0' AND (NULL = c278)) FROM duckdb_secrets(redact := NULL) AS t404(c398, c399, c400, c401, c402, c403) ORDER BY * DESC
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'
Issue found by DuckFuzz on git commit hash 6f979 using seed 965229325.
To Reproduce
Error Message