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 "h3" library #19219

Closed
alexey-milovidov opened this issue Jan 17, 2021 · 2 comments · Fixed by #19383
Closed

Buffer overflow is possible in "h3" library #19219

alexey-milovidov opened this issue Jan 17, 2021 · 2 comments · Fixed by #19383
Labels
comp-3rdparty-libs Related to libraries used by ClickHouse fuzz Problem found by one of the fuzzers

Comments

@alexey-milovidov
Copy link
Member

Describe the bug
SELECT length(h3kRing(9223372036854775807, 1000))

https://clickhouse-test-reports.s3.yandex.net/19214/98a8a20b7066852ff559bd9eb660cc0d03abbe5e/fuzzer/server.log

@alexey-milovidov alexey-milovidov added comp-3rdparty-libs Related to libraries used by ClickHouse fuzz Problem found by one of the fuzzers labels Jan 17, 2021
@alexey-milovidov
Copy link
Member Author

Reference: uber/h3#392

@bharatnc
Copy link
Contributor

bharatnc commented Jun 3, 2021

@alexey-milovidov also need checks in few other places for h3ToGeo function (#24867) that I'm implementing. Noticing the same behavior.
Here is the PR: ClickHouse/h3#2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-3rdparty-libs Related to libraries used by ClickHouse fuzz Problem found by one of the fuzzers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants