From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20270 invoked by alias); 27 Mar 2017 12:07:30 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 20226 invoked by uid 48); 27 Mar 2017 12:07:26 -0000 From: "ago at gentoo dot org" To: elfutils-devel@sourceware.org Subject: [Bug libelf/21315] New: multiple misaligned address errors Date: Mon, 27 Mar 2017 12:07:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: libelf X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ago at gentoo 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone attachments.created Message-ID: 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: 2017-q1/txt/msg00121.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D21315 Bug ID: 21315 Summary: multiple misaligned address errors Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: libelf Assignee: unassigned at sourceware dot org Reporter: ago at gentoo dot org CC: elfutils-devel at sourceware dot org Target Milestone: --- Created attachment 9947 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D9947&action=3Dedit errors On elfutils-0.168: # eu-elflint -d $FILE libelf/elf32_getshdr.c:140:8: runtime error: member access within misaligned address 0x7fa161766002 for type 'struct Elf64_Shdr', which requires 8 byte alignment Compiled with: gcc-6.3.0 Visible with: -fsanitize=3Dundefined Reproducer: https://github.com/asarubbo/poc/blob/master/00237-elfutils-misalignedaddres= s1 Errors attached. --=20 You are receiving this mail because: You are on the CC list for the bug.