From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8A87C3858D35; Tue, 22 Nov 2022 21:42:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8A87C3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669153372; bh=tfGHber2aDOm6CEM7J92y7TplvdUn/rw6P/W8Uol2yQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LVD/pW4Fg75HgYZqaCfe8KP2dckvuM9aeWH8wdXpFCd2s1I9LPXiXurlBfRKpgOMQ iJGRnQJ+fy4XVTDWu3sO/cyZW0f8w9kAdwQ0QaHdQxDBEgJWzdr5Z5jyHBGTrbcWYo 8RVCOoMvzlqXcu1alifilL5C/5sF3sr2PeYL1ELk= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/107814] [13 regression] experimental/filesystem/iterators/error_reporting.cc FAILs Date: Tue, 22 Nov 2022 21:42:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107814 --- Comment #2 from Jonathan Wakely --- Created attachment 53949 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53949&action=3Dedit Fix unsafe use of dirent::d_name I'm unable to access the Solaris/x86 host in the compile farm (gcc210) so I can't test if this fixes it. It passes on Solaris/sparc.=