From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B18543947404; Tue, 20 Oct 2020 15:23:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B18543947404 From: "arjun.is at lostca dot se" To: glibc-bugs@sourceware.org Subject: [Bug locale/19519] iconv(1) with -c option hangs on illegal multi-byte sequences (CVE-2016-10228) Date: Tue, 20 Oct 2020 15:23:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: locale X-Bugzilla-Version: 2.22 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: arjun.is at lostca dot se X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: arjun.is at lostca dot se X-Bugzilla-Target-Milestone: 2.32 X-Bugzilla-Flags: security+ 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 X-BeenThere: glibc-bugs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2020 15:23:15 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D19519 --- Comment #21 from Arjun Shankar --- I'd like to clarify what exactly was fixed with commit 91927b7c76437db860cd86a7714476b56bb39d07: The commit fixes the hang that occurs with the following reproducer (comment 0): > echo -en '\x80' | iconv -f us-ascii -t us-ascii//translit//ignore -c which is caused by a bug in the iconv front-end's option parsing. It does not fix the hang that occurs with, e.g., the following reproducer (comment 2): > echo -en "\x0e\x0e" | /usr/bin/iconv -c -f IBM1364 This is a converter specific bug and corresponds to bug 26224. --=20 You are receiving this mail because: You are on the CC list for the bug.=