We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b20672 commit 8ac54bfCopy full SHA for 8ac54bf
patches/librdkafka-tarantool-security-71.patch
@@ -0,0 +1,11 @@
1
+diff --git a/src/rdkafka_topic.c b/src/rdkafka_topic.c
2
+ index 7f79a2ff..eddd2b5a 100644
3
+ --- a/src/rdkafka_topic.c
4
+ +++ b/src/rdkafka_topic.c
5
+ @@ -854,6 +854,7 @@ static int rd_kafka_topic_partition_cnt_update(rd_kafka_topic_t *rkt,
6
+ /* Remove from desp list since the
7
+ * partition is now known. */
8
+ rd_kafka_toppar_desired_unlink(rktp);
9
+ + rktp = NULL;
10
+ } else {
11
+ rktp = rd_kafka_toppar_new(rkt, i);
0 commit comments