From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E6C613857359; Tue, 18 Jul 2023 15:57:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E6C613857359 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1689695844; bh=8tpb1Yiv7I6IOJ6O0EqtMgtJaKcM2ZysNGbWB7kNna8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YoSFbCO/LQB4efbyq8CTwp0bBT/16qB6R94zfqfYug64VS2P522lY2tY+imYZCmqs DowKT62+D9YVcmpwbBulbFl/O9yZp+LSIUb1v2R5Vp6WEpfhlWyJdjw+XYskn+hMRF PG436nUeXzH6xhc6J+vUclHrJbdzWOaWFqjKQxZA= From: "joseph at codesourcery dot com" To: glibc-bugs@sourceware.org Subject: [Bug string/30620] wcscmp bug on platforms with unsigned wchar_t Date: Tue, 18 Jul 2023 15:57:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: string X-Bugzilla-Version: 2.28 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: joseph at codesourcery dot com 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: 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=3D30620 --- Comment #7 from joseph at codesourcery dot com --- I think the relevant wording is the general wording for wchar.h:=20 "Arguments to the functions in this subclause may point to arrays=20 containing wchar_t values that do not correspond to members of the=20 extended character set. Such values shall be processed according to the=20 specified semantics, except that it is unspecified whether an encoding=20 error occurs if such a value appears in the format string [...]". --=20 You are receiving this mail because: You are on the CC list for the bug.=