From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126519 invoked by alias); 18 Jan 2016 17:27:06 -0000 Mailing-List: contact libabigail-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: Sender: libabigail-owner@sourceware.org Received: (qmail 126462 invoked by uid 48); 18 Jan 2016 17:27:02 -0000 From: "dodji at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/19434] invalid character in attribute value Date: Fri, 01 Jan 2016 00:00:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: libabigail X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dodji at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dodji at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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-SW-Source: 2016-q1/txt/msg00038.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D19434 dodji at redhat dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #3 from dodji at redhat dot com --- So this is due to some function parameter names which contain ASCII *contro= l* characters. I am not sure why this would happen. Maybe this is because the source code file was encoded in something that is not proper ASCII?=20 Unfortunately, I am not aware of any way to detect the encoding of the sour= ce file, from the DWARF information; so I am assuming it should be ASCII. The fix involves detecting characters that are not simple ASCII identifier characters in parameter names. If there is any, the parameter name is drop= ped on the floor. The fix has landed into the master branch at https://sourceware.org/git/?p=3Dlibabigail.git;a=3Dcommit;h=3Dc3869ecc7bbd6= f8370ca29446afdcc1d2631e33d. --=20 You are receiving this mail because: You are on the CC list for the bug.