From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A65143858D35; Tue, 27 Dec 2022 12:34:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A65143858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1672144456; bh=s9/aChq0jNtBv7JBrUSbsgJuUb569FSKVE7239PfjAk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YOeCSJfVoQiV7eRFgHam0erMEhUVHdrkWLZmAbeac5BtSfgfXNbEpWiSFaWH1HtwB 15lTfqS67zaKmjEbhbLUIbPBLybaSAWBW8MoTwjXSHJgNmluBxhFnXZ7uEmXj34Xh6 kB1iPSdJLMkyxWCVVMDOtOfSZ4bMktmDHuN366P0= From: "pmqs at outlook dot com" To: bzip2-devel@sourceware.org Subject: [Bug bzip2/28283] undefined behavior for isdigit and isspace Date: Tue, 27 Dec 2022 12:34:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: bzip2 X-Bugzilla-Component: bzip2 X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pmqs at outlook dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: nobody at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D28283 Paul Marquess changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pmqs at outlook dot com --- Comment #1 from Paul Marquess --- This issue has been reported downstream in the Perl sources, which include a sub-set of the bzip2 source. Believe that OpenBSD is a candidate for this i= ssue causing a problem. Also, see https://wiki.sei.cmu.edu/confluence/display/c/STR37-C.+Arguments+to+charact= er-handling+functions+must+be+representable+as+an+unsigned+char for details on a coding standard that mentions the isdigit issue. --=20 You are receiving this mail because: You are on the CC list for the bug.=