duckdb / duckdb-fuzzer

Repository that contains automatic reports of issues found through fuzzing DuckDB
0 stars 0 forks source link

ABORT THROWN BY INTERNAL EXCEPTION: Calling StringValue::Get on a NULL value #3238

Closed fuzzerofducks closed 2 months ago

fuzzerofducks commented 3 months ago

Issue found by DuckFuzz on git commit hash f5ab7 using seed 1040527306.

To Reproduce

create table all_types as select * exclude(small_enum, medium_enum, large_enum) from test_all_types();
SELECT NULL FROM dbgen(overwrite := 7623, "catalog" := NULL)

Error Message

ABORT THROWN BY INTERNAL EXCEPTION: Calling StringValue::Get on a NULL value