This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libelf/21199] elf_update might "fill" over existing section data


https://sourceware.org/bugzilla/show_bug.cgi?id=21199

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Mark Wielaard <mark at klomp dot org> ---
commit a3bf8f0852d0f66911dcf879c5a1fcff3cb4cb46
Author: Mark Wielaard <mark@klomp.org>
Date:   Mon Mar 27 17:01:57 2017 +0200

    libelf: Always update last_offset in updatefile and updatemmap.

    When ELF section data was used, but not updated or marked as dirty and
    there also existed non-dirty sections and some padding was needed between
    the sections (possibly because of alignment) then elf_update might write
    "fill" over some of the existing data. This happened because in that case
    the last_position was not updated correctly.

    Includes a new testcase fillfile that fails before this patch by showing
    fill instead of the expected data in some section data. It succeeds with
    this patch.

    https://sourceware.org/bugzilla/show_bug.cgi?id=21199

    Signed-off-by: Mark Wielaard <mark@klomp.org>

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]