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 use-of-uninitialized-value due to getData128() #148

Merged
merged 1 commit into from
May 23, 2023

Conversation

azat
Copy link

@azat azat commented May 10, 2023

When temporary buffer is used in getData128(), then it may return uninitialized data.

@markos
Copy link

markos commented May 12, 2023

hi, could you submit both PRs against develop branch? thanks

@azat azat changed the base branch from master to develop May 12, 2023 21:13
When temporary buffer is used in getData128(), then it may return
uninitialized data.

Signed-off-by: Azat Khuzhin <[email protected]>
@azat azat force-pushed the getData128-msan branch from be47043 to 07305d1 Compare May 12, 2023 21:13
@azat
Copy link
Author

azat commented May 12, 2023

Sure, done!

@markos markos merged commit 4fbabb6 into VectorCamp:develop May 23, 2023
@azat azat deleted the getData128-msan branch May 23, 2023 15:45
azat added a commit to azat/ClickHouse that referenced this pull request May 23, 2023
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 this pull request may close these issues.

2 participants