Skip to content

[EventEngine] Remove an incorrect std::move in DNSServiceResolver constructor#41502

Closed
murgatroid99 wants to merge 1 commit intogrpc:masterfrom
murgatroid99:dns_service_resolver_move_fix
Closed

[EventEngine] Remove an incorrect std::move in DNSServiceResolver constructor#41502
murgatroid99 wants to merge 1 commit intogrpc:masterfrom
murgatroid99:dns_service_resolver_move_fix

Conversation

@murgatroid99
Copy link
Copy Markdown
Member

This should fix #40141. The std::move call there is incorrect, because the engine_ field can be used later in LookupSRV and LookupTXT.

@murgatroid99 murgatroid99 added lang/core release notes: yes Indicates if PR needs to be in release notes labels Jan 28, 2026
copybara-service Bot pushed a commit that referenced this pull request Feb 3, 2026
COPYBARA_INTEGRATE_REVIEW=#41502 from murgatroid99:dns_service_resolver_move_fix b4bdd77
FUTURE_COPYBARA_INTEGRATE_REVIEW=#41502 from murgatroid99:dns_service_resolver_move_fix b4bdd77

----
DO NOT SUBMIT. This PR is for testing purposes only. [cl/861392244](http://cl/861392244) [cl/864955066](http://cl/864955066) [cl/864932736](http://cl/864932736) [cl/864928093](http://cl/864928093) [cl/864912126](http://cl/864912126) [cl/864910687](http://cl/864910687)

PiperOrigin-RevId: 861392244
@ctiller ctiller closed this in 1d91677 Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bloat/none lang/core release notes: yes Indicates if PR needs to be in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Crash on iOS when GRPC_ARG_DNS_ENABLE_SRV_QUERIES is enabled

4 participants