CDRIVER-755 leaks in _mongoc_cluster_ismaster
mongoc_cluster_node_t.tags and replSet are overwritten with the new ismaster response, without being destroyed first. If the node represents a replica set member then its replica set name will be leaked. Same for "tags" if the tags document is large enough to spill to heap.
parent
a967e8ee
Please register or sign in to comment