https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89136

--- Comment #3 from Tom de Vries <vries at gcc dot gnu.org> ---
Author: vries
Date: Thu Jan 31 12:17:32 2019
New Revision: 268419

URL: https://gcc.gnu.org/viewcvs?rev=268419&root=gcc&view=rev
Log:
[libbacktrace] Fix .gnu_debugaltlink build-id check

The 'debugaltlink_name_len =+ 1' bug reported in PR89136 exposes the fact that
the build-id is not verified for the .gnu_debugaltlink.

Fix both problems.

2019-01-31  Tom de Vries  <tdevr...@suse.de>

        PR libbacktrace/89136
        * elf.c (elf_add): Read build-id if with_buildid_data.  Fix
        'debugaltlink_name_len =+ 1'.

Modified:
    trunk/libbacktrace/ChangeLog
    trunk/libbacktrace/elf.c

Reply via email to