From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AB77A3858D35; Mon, 26 Jun 2023 13:23:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AB77A3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1687785838; bh=VFJoGmrgni3bkuYyAHBlspcWUjriw3VeFdTjw07W4mA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RI9qCOAc4Pxwd9N8r2pkwtZdRkNKK02L4OxbFSWDCiD44Tw0ohrGnKu/hl5CJZQyo 45ysF3xl6Ch/ie5/E4YztQKK19LNQb1k0qZJBEVB01JFSMJlZGdGz+w7JeYPRt6MHV B0E9v7+Lk5a1kOBZ9JuvEabQmWADVtZDVh9TDrIY= From: "bruno at clisp dot org" To: glibc-bugs@sourceware.org Subject: [Bug string/28898] mbrtoc16 segfaults when counting wide characters Date: Mon, 26 Jun 2023 13:23:58 +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: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bruno at clisp 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: cc attachments.created 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=3D28898 Bruno Haible changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bruno at clisp dot org --- Comment #1 from Bruno Haible --- Created attachment 14949 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D14949&action=3Ded= it test case bug.c Find attached another test case: simpler code, without a loop. It crashes at the call ret =3D mbrtoc16 (NULL, input + 4, 0, &state); --=20 You are receiving this mail because: You are on the CC list for the bug.=