This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 dynamic-link/22370] open_verify should use p_align to align notes


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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, hjl/pr22370/master has been created
        at  69803aeeec234c8f754f805313402255c5342467 (commit)

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=69803aeeec234c8f754f805313402255c5342467

commit 69803aeeec234c8f754f805313402255c5342467
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Oct 31 04:51:41 2017 -0700

    Replace ROUND with ALIGN_UP by p_align [BZ #22370]

    Alignment of notes in PT_NOTE segment is specified by the p_align field
    in the PT_NOTE segment header.  This patch replaces ROUND with ALIGN_UP
    by p_align to scan notes in PT_NOTE segment.

        [BZ #22370]
        * dl-hwcaps.c (ROUND): Removed.
        (_dl_important_hwcaps): Replace ROUND with ALIGN_UP by p_align.
        * elf/dl-load.c (ROUND): Removed.
        (open_verify): Replace ROUND with ALIGN_UP by p_align.
        * elf/readelflib.c (ROUND): Removed.
        (process_elf_file): Replace ROUND with ALIGN_UP by p_align.

-----------------------------------------------------------------------

-- 
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]