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/extension/tpcds/dsdgen/dsdgen-c/w_call_center.cpp:155:14: runtime error: signed integer overflow: 569 * 28310935 cannot be represented in type 'int' #3253

Open fuzzerofducks opened 2 months ago

fuzzerofducks commented 2 months ago

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

To Reproduce

create table all_types as select * exclude(small_enum, medium_enum, large_enum) from test_all_types();
SELECT NULL FROM dsdgen(sf := 2570)

Error Message

/home/runner/work/duckdb-fuzzer-ci/duckdb-fuzzer-ci/extension/tpcds/dsdgen/dsdgen-c/w_call_center.cpp:155:14: runtime error: signed integer overflow: 569 * 28310935 cannot be represented in type 'int'