confluentinc / librdkafka

The Apache Kafka C/C++ library
Other
293 stars 3.15k forks source link

Race in rd_kafka_fetch_pos2str #4788

Open ilejn opened 4 months ago

ilejn commented 4 months ago

If idx is calculated simultaneously by several threads, the result can be >1 The race is detected by thread sanitizer against ClickHouse integration tests.