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

Fix MSan report for function range with UInt256. #22387

Merged
merged 2 commits into from
Mar 31, 2021

Conversation

alexey-milovidov
Copy link
Member

@alexey-milovidov alexey-milovidov commented Mar 31, 2021

Changelog category (leave one):

  • Improvement

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix MSan report for function range with UInt256 argument (support for large integers is experimental). This closes #22157.

@robot-clickhouse robot-clickhouse added the pr-improvement Pull request with some product improvements label Mar 31, 2021
@alexey-milovidov
Copy link
Member Author

ThreadSanitizer: clock allocator overflow (65536*1024). Dying.

@alexey-milovidov alexey-milovidov self-assigned this Mar 31, 2021
@alexey-milovidov alexey-milovidov merged commit 124d9e1 into master Mar 31, 2021
@alexey-milovidov alexey-milovidov deleted the fix-msan-range branch March 31, 2021 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-improvement Pull request with some product improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MSan: use of uninitialized value in FunctionRange::executeImpl
2 participants