From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4BBAD3882059; Thu, 13 Jun 2024 16:57:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4BBAD3882059 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1718297857; bh=HQpsS1X/f0rJs8zIpv7UUb9qTyNl7eX8aAJaJQv8l4Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=o2pq3pOO+jVSHZKm77+xy2KWuzclowPCJYU3SyrHxepv7gfcu8zn5ST1hG9pTGrUF Clyc4TnSXsndGGOPokubhemsr911RViLKQ2dVkAmdbsEMvZNc67IxMEhUdSpVqWWbS 1t2PZyZ/yM9nSCEx2X68fvevuuQ0pwlmOIdEWFfQ= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug network/31476] Automatic activation of single-request options break resolv.conf reloading Date: Thu, 13 Jun 2024 16:57:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: network X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: fweimer at redhat dot com X-Bugzilla-Target-Milestone: 2.40 X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: target_milestone resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31476 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.40 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #2 from Florian Weimer --- Fixed for 2.40 via: commit 868ab8923a2ec977faafec97ecafac0c3159c1b2 Author: Florian Weimer Date: Thu Jun 13 18:56:30 2024 +0200 resolv: Track single-request fallback via _res._flags (bug 31476) This avoids changing _res.options, which inteferes with change detection as part of automatic reloading of /etc/resolv.conf. Reviewed-by: DJ Delorie --=20 You are receiving this mail because: You are on the CC list for the bug.=