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

Correctly check types when using N-gram bloom filter index #45617

Merged
merged 1 commit into from
Jan 26, 2023

Conversation

antonio2368
Copy link
Member

@antonio2368 antonio2368 commented Jan 25, 2023

Changelog category (leave one):

  • Bug Fix (user-visible misbehavior in official stable or prestable release)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Correctly check types when using N-gram bloom filter index to avoid invalid reads.

Caught by fuzzer https://s3.amazonaws.com/clickhouse-test-reports/0/8926af91f3a06fe4638e57a0cc1d5fda6d55a065/fuzzer_astfuzzerubsan/report.html

Closes #45509.

Documentation entry for user-facing changes

  • Documentation is written (mandatory for new features)

Information about CI checks: https://clickhouse.com/docs/en/development/continuous-integration/

@robot-ch-test-poll2 robot-ch-test-poll2 added the pr-bugfix Pull request with bugfix, not backported by default label Jan 25, 2023
@antonio2368 antonio2368 merged commit 6fe9e9a into master Jan 26, 2023
@antonio2368 antonio2368 deleted the fix-bfngram-index branch January 26, 2023 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-bugfix Pull request with bugfix, not backported by default
Projects
None yet
Development

Successfully merging this pull request may close these issues.

heap-buffer-overflow in MergeTreeConditionFullText (possible type mismatch with Field)
3 participants