From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ADA053858016; Tue, 9 Jan 2024 14:14:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ADA053858016 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704809657; bh=NxqN4LzHhu9xaZ+f9o45XL7TRj4yEW2PaI5uK57SsJk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=m6BOErTYL5WQzU8CZV+oJKzD+GXKcuBenLEuJXDACJUqU7FVFbgI7GwMJxBJ6wlHY 784I64CIUBPNZ9T4jxleGTnJ1i5ZYGwOj9yVkeOgNf89nofWIXJzV0Tj+ZGOStfiR9 xfx8dceC0vjOphhq0CJyW4G69Kn79iha//uaxp2w= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: =?UTF-8?B?W0J1ZyBnZGIvMzExNTNdIFtuYXRpdmUtZ2Ric2VydmVyXcKgRkFJ?= =?UTF-8?B?TDogZ2RiLmFkYS90YXNrcy5leHA6IGluZm8gdGhyZWFkcw==?= Date: Tue, 09 Jan 2024 14:14:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D31153 --- Comment #3 from Sourceware Commits --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D862180a2d109= 63494356ec089a16b808bab736bd commit 862180a2d10963494356ec089a16b808bab736bd Author: Tom Tromey Date: Fri Dec 15 07:56:45 2023 -0700 Fix two bugs in gdbserver thread name handling Simon pointed out that my earlier patch to gdbserver's thread name code: commit 07b3255c3bae7126a0d679f957788560351eb236 Author: Tom Tromey Date: Thu Jul 13 17:28:48 2023 -0600 Filter invalid encodings from Linux thread names ... introduced a regression. This bug was that the iconv output was not \0-terminated. Looking at it, I found another bug as well -- replace_non_ascii would not \0-terminate, and also would return the wrong pointer This patch fixes both of them. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31153 --=20 You are receiving this mail because: You are on the CC list for the bug.=