In srv_callback (non-Windows) in mongoc-client.c, we allocate a 1024-byte buffer to hold the SRV response. If the response exceeds 1024 characters, we fail the SRV record lookup.
- causes
-
PHPC-1453 SRV record lookup fails if DNS response exceeds 1024 characters
- Closed
- related to
-
CDRIVER-3806 SRV responses exceeding 1024 bytes may result in error
- Closed
-
CDRIVER-3515 _mongoc_get_rr_search calls free instead of bson_free on bson_malloc'ed object
- Closed