From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 45B8E385841A; Fri, 10 Feb 2023 21:15:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 45B8E385841A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676063732; bh=wb+04uobdmr7heqeVShLN/FsHTVCaefSqga3LPwZXsg=; h=From:To:Subject:Date:From; b=ef1VJJTXNeGHpxKWGCvI9z3dlO8KsHuE1+xRJ+B8YqpaxNd8R8xX3Aaev7ii6lsnS 2avc/1A8MmmzKG7YAhqS8U8Jysx1Kd7jGggFCMw3hRxD4fWYB/hS3uHhlFqvrUDUo5 IPyKtKAMWsKV4myfksJS7UZSmPfIobR5tFedMiMU= From: "freswa at archlinux dot org" To: glibc-bugs@sourceware.org Subject: [Bug string/30112] New: [bisected] glibc 2.37 fails to print IPv6 adresses Date: Fri, 10 Feb 2023 21:15:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: string X-Bugzilla-Version: 2.37 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: freswa at archlinux dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D30112 Bug ID: 30112 Summary: [bisected] glibc 2.37 fails to print IPv6 adresses Product: glibc Version: 2.37 Status: UNCONFIRMED Severity: normal Priority: P2 Component: string Assignee: unassigned at sourceware dot org Reporter: freswa at archlinux dot org Target Milestone: --- We've received a downstream bug report from systemd, that IPv6 output is truncated since glibc 2.37. The issue has been bisected to commit 642933158e7cf072d873231b1a9bb03291f2b989 (first bad). To reproduce: ip route add dev eth0 fd8d:4d6d:3ccb:500:c79:2339:edce:ece1 proto static ip -6 route bad output: fd8d:4d6d:3ccb:500:c79:2339:edc dev eth0 proto static metric 1024 pref medi= um good output: fd8d:4d6d:3ccb:500:c79:2339:edce:ece1 dev eth0 proto static metric 1024 pr= ef medium --=20 You are receiving this mail because: You are on the CC list for the bug.=