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

Buffer overflow is possible in token bloom filter full text index. #19233

Closed
alexey-milovidov opened this issue Jan 18, 2021 · 4 comments · Fixed by #22421
Closed

Buffer overflow is possible in token bloom filter full text index. #19233

alexey-milovidov opened this issue Jan 18, 2021 · 4 comments · Fixed by #22421
Assignees
Labels
fuzz Problem found by one of the fuzzers

Comments

@alexey-milovidov
Copy link
Member

https://clickhouse-test-reports.s3.yandex.net/19186/712bef8eef6912dc317e63a6e2e54d6c2d6cad7e/fuzzer_asan/server.log

2021.01.18 01:55:15.156623 [ 142 ] {} <Fatal> BaseDaemon: 6. ./obj-x86_64-linux-gnu/../src/Storages/MergeTree/MergeTreeIndexFullText.cpp:721: DB::SplitTokenExtractor::next(char const*, unsigned long, unsigned long*, unsigned long*, unsigned long*) const @ 0x1fc57a20 in /workspace/clickhouse
2021.01.18 01:55:15.157650 [ 142 ] {} <Fatal> BaseDaemon: 7. ./obj-x86_64-linux-gnu/../src/Storages/MergeTree/MergeTreeIndexFullText.cpp:51: DB::stringToBloomFilter(char const*, unsigned long, DB::ITokenExtractor const*, DB::BloomFilter&) @ 0x1fc4ad84 in /workspace/clickhouse
@alexey-milovidov
Copy link
Member Author

CC @Enmk

@alexey-milovidov
Copy link
Member Author

The bug introduced here: #9968

@alexey-milovidov
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fuzz Problem found by one of the fuzzers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant