Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fuzzer #1445: Trap MAKE_DATE/TIME Overflows #10958

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

hawkfish
Copy link
Contributor

@hawkfish hawkfish commented Mar 2, 2024

These were using unsafe INT64 => INT32 casts.
Unfortunately, unsafe doesn't round and we sometimes depend on this.

fixes: duckdb/duckdb-fuzzer#1445

These were using unsafe INT64 => INT32 casts.
Unfortunately, unsafe doesn't round and we sometimes depend on this.

fixes: duckdb/duckdb-fuzzer#1445
@hawkfish hawkfish requested a review from Mytherin March 2, 2024 21:55
@Mytherin Mytherin merged commit dd6fcc6 into duckdb:main Mar 4, 2024
45 checks passed
@Mytherin
Copy link
Collaborator

Mytherin commented Mar 4, 2024

Thanks!

@hawkfish hawkfish deleted the fuzzer-makedate-overflow branch March 4, 2024 20:12
github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Mar 16, 2024
Merge pull request duckdb/duckdb#10958 from hawkfish/fuzzer-makedate-overflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants