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

AddressSanitizer error in duckdb::TemplatedValidityMask<unsigned long>::SetInvalidUnsafe(unsigned long, unsigned long) src/include/duckdb/common/types/validity_mask.hpp:219 #1442

Closed
fuzzerofducks opened this issue Mar 1, 2024 · 0 comments · Fixed by duckdb/duckdb#12050
Assignees

Comments

@fuzzerofducks
Copy link
Collaborator

Issue found by DuckFuzz on git commit hash 66347 using seed 94382367.

To Reproduce

call dbgen(sf=0.1);
SELECT DISTINCT TRY_CAST(#5 AS INTEGER[][3]) FROM partsupp AS t6(c1, c2, c3, c4, c5) WHERE (c4 BETWEEN c3 AND 847)

Error Message

AddressSanitizer error in duckdb::TemplatedValidityMask<unsigned long>::SetInvalidUnsafe(unsigned long, unsigned long) src/include/duckdb/common/types/validity_mask.hpp:219
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants