You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subsys: dns: resolve.c dns_resolve_close() fails to clean up DNS server
dns_resolve_close() fails to clean up DNS server slots when the context state is DNS_RESOLVE_CONTEXT_INACTIVE, leaving stale server configuration data that causes subsequent dns_resolve_init() calls to incorrectly detect "server already exists" and skip socket creation, breaking DNS resolution.
Signed-off-by: Zafer SEN [email protected]
0 commit comments