From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 71A563858416; Thu, 6 Jan 2022 17:04:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 71A563858416 From: "mark at klomp dot org" To: elfutils-devel@sourceware.org Subject: [Bug libdw/28720] UBSan: member access within misaligned address 0x7f6e8d80f142 for type 'struct Elf32_Phdr', which requires 4 byte alignment Date: Thu, 06 Jan 2022 17:04:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: libdw X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: mark at klomp dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: 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: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2022 17:04:13 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28720 --- Comment #15 from Mark Wielaard --- (In reply to Evgeny Vereshchagin from comment #3) > $ UBSAN_OPTIONS=3Dprint_stacktrace=3D1:print_summary=3D1:halt_on_error=3D1 > LD_LIBRARY_PATH=3D"./libdw;./libelf" ./src/stack --core > SIGABRT.PC.7fffe4f4e84c.STACK.18f0f46b60.CODE.-6.ADDR.0.INSTR.mov____%eax, > %ebp.fuzz > link_map.c:1040:20: runtime error: variable length array bound evaluates = to > non-positive value 0 > #0 0x7fbc58f053e9 in dwfl_link_map_report > /home/vagrant/elfutils/libdwfl/link_map.c:1040 > #1 0x7fbc59023fa7 in _new.dwfl_core_file_report > /home/vagrant/elfutils/libdwfl/core-file.c:552 > #2 0x4053f7 in parse_opt /home/vagrant/elfutils/src/stack.c:595 > #3 0x7fbc581d9471 in argp_parse (/lib64/libc.so.6+0x11e471) > #4 0x404b39 in main /home/vagrant/elfutils/src/stack.c:695 > #5 0x7fbc580e855f in __libc_start_call_main (/lib64/libc.so.6+0x2d55f) > #6 0x7fbc580e860b in __libc_start_main_impl (/lib64/libc.so.6+0x2d60b) > #7 0x404fa4 in _start (/home/vagrant/elfutils/src/stack+0x404fa4) >=20 > SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior link_map.c:1040:2= 0 in Proposed fix: https://sourceware.org/pipermail/elfutils-devel/2022q1/004637.html --=20 You are receiving this mail because: You are on the CC list for the bug.=