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

Updated ColumnString::LoadBody #309

Merged
merged 1 commit into from
May 24, 2023

Conversation

Enmk
Copy link
Collaborator

@Enmk Enmk commented May 24, 2023

  • made it more thread-safe (blocks_ and items_ are always either fully updated or not changed at all)
  • removed piece of code that confused lots of static analyzers (false positive on dereferencing nullptr-block variable)

fixes #307

made it more thread-safe,
removed piece of code that confused lots of static analyzers (false positive on dereferencing nullptr-`block` variable)
@Enmk Enmk merged commit 005a21e into ClickHouse:master May 24, 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.

Dereferencing of the null pointer 'block'
1 participant