History log of /external/elfutils/src/elfcmp.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
095f53490bcf684a834d835ee8118f1d8ea51698 01-Dec-2015 Mark Wielaard <mjw@redhat.com> elfcmp: Fix leaking Ebl handles.

open_file () explicitly gets Ebl handles for both Elf files to compare.
Make sure to close those when done.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
/external/elfutils/src/elfcmp.c
0d528f9ceff2b96c521cefd75fc62d7151e3e6b1 30-May-2015 Mark Wielaard <mjw@redhat.com> elfcmp: Don't call memcmp with possible NULL d_buf.

When d_size is zero d_buf might be NULL.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
/external/elfutils/src/elfcmp.c
e16e14100fe2ff70535977fe9ebd32f8d7ca5146 04-Jan-2015 Mark Wielaard <mjw@redhat.com> elfcmp: Add some NULL and zero checks.

https://bugzilla.redhat.com/show_bug.cgi?id=1170810#c17

Reported-by: Alexander Cherepanov <cherepan@mccme.ru>
Signed-off-by: Mark Wielaard <mjw@redhat.com>
/external/elfutils/src/elfcmp.c
274cbda6f5d5b7c57d488edaeb55876ba8705db3 16-Dec-2014 Mark Wielaard <mjw@redhat.com> elfcmp: Make sure Elf32_Word difference doesn't wrap around in int compare.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
/external/elfutils/src/elfcmp.c
5c1a45c2d370e7fd1149fa74a9382e202fbfe8fe 17-Nov-2014 Mark Wielaard <mjw@redhat.com> Check elf_strptr didn't fail getting section name.

Since elf_strptr can fail and return NULL we should always check the result
before usage. Debug sections are only handled by section name, so make sure
the name actually exists.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
/external/elfutils/src/elfcmp.c
de2ed97f33139af5c7a0811e4ec66fc896a13cf2 05-Jun-2012 Mark Wielaard <mjw@redhat.com> Update name, license and contributor policy.

* Change name from "Red Hat elfutils" to "elfutils".
* Update license of standalone tools and test from GPLv2 to GPLv3+.
* Change license of libraries from GPLv2+exception to GPLv2/LGPLv3+.
* Add Developer Certificate of Origin based contributor policy.

top-level:

- COPYING: Upgraded from GPLv2 to GPLv3.
- CONTRIBUTING, COPYING-GPLv2, COPYING-LGPLv3: New files.
- NEWS: Added note about new contribution and license policy.
- Makefile.am: Updated to GPLv3, added new files to EXTRA_DIST.
- configure.ac: Update to GPLv3, changed AC_INIT name to 'elfutils'.

backends, lib, libasm, libcpu, libdw, libdwfl, libebl, libelf:

- All files updated to GPLv2/LGPLv3+. Except some very small files
(<5 lines) which didn't have any headers at all before, the linker
.maps files and the libcpu/defs files which only contain data and
libelf/elf.h which comes from glibc and is under LGPLv2+.

config:

- elfutils.spec.in: Add new License: headers and new %doc files.
- Update all license headers to GPLv2/LGPLv3+ for files used by libs.

src, tests:

- All files updated to GPLv3+. Except for the test bz2 data files, the
linker maps and script files and some very small files (<5 lines)
that don't have any headers.

Signed-off-by: Richard Fontana <rfontana@redhat.com>
Signed-off-by: Mark Wielaard <mjw@redhat.com>
/external/elfutils/src/elfcmp.c
3a64a3087f53ab860c7de04da0e53dabef459520 22-Jan-2012 Ulrich Drepper <drepper@gmail.com> Update copyright year
/external/elfutils/src/elfcmp.c
4a14ef7b9a4b274fd45d17512cf0da42956b672b 11-Feb-2011 Roland McGrath <roland@redhat.com> elfcmp: Add --l/--verbose flag.
/external/elfutils/src/elfcmp.c
1fb9c917a55fa30c5f6b27c30727a796f9b1e804 11-Feb-2011 Roland McGrath <roland@redhat.com> elfcmp: Add --ignore-build-id flag.
/external/elfutils/src/elfcmp.c
bd733cae5159e3a3c4c05f7685559fa3ae8b58c6 08-Jan-2010 Roland McGrath <roland@redhat.com> Handle extended phnum in elflint and elfcmp.
/external/elfutils/src/elfcmp.c
3614d99198838a888005e923b36e8e0fbd5ec432 06-Jan-2009 Roland McGrath <roland@redhat.com> Make elfcmp exit 2 for trouble and 1 only for mismatch, like all its cousins.
/external/elfutils/src/elfcmp.c
fdc93e12a77866cafd1aae4463d89cef2c01d9b1 17-Jan-2009 Ulrich Drepper <drepper@myware66.akkadia.org> Move argp_program_version_hook and argp_program_bug_address variables
in all programs into the .rodata section.
/external/elfutils/src/elfcmp.c
44173edad1dfd24c4d98fcf032308f7df28db652 02-Jan-2009 Ulrich Drepper <drepper@redhat.com> Unpdate copyright in messages.
/external/elfutils/src/elfcmp.c
059c83e5db89955913a39fe6705acca571c32c3f 21-Feb-2008 Roland McGrath <roland@redhat.com> Finish elflint .gnu.attributes checking
/external/elfutils/src/elfcmp.c
3cbdd387c752999255aea91600b5cfdefbeac7d0 02-Jan-2008 Ulrich Drepper <drepper@redhat.com> propagate from branch 'com.redhat.elfutils.disasm' (head d15b4eb794e81e477f9896fe82a74cb5ecf4514c)
to branch 'com.redhat.elfutils' (head eaacbf01f8cc89d043ec6eca9b5e35cb5c4cde06)
/external/elfutils/src/elfcmp.c
ad024afc93dcd0f4797b3e80bfb6b80c34da5c12 02-Jan-2008 Ulrich Drepper <drepper@redhat.com> Update copyright year.
/external/elfutils/src/elfcmp.c
b0243863149acde9e42b25688c7c2959830e69a9 06-Jun-2007 Ulrich Drepper <drepper@redhat.com> Prepare for 0.128 release.

Minor fixes.

Update gettext files to 0.16.1.
/external/elfutils/src/elfcmp.c
4be1524398af8e24011cfdfa77c66832f8654a56 25-Apr-2007 Roland McGrath <roland@redhat.com> 2007-04-24 Roland McGrath <roland@redhat.com>

* run-strip-test.sh: When we saved the debug info, test unstrip too.
/external/elfutils/src/elfcmp.c
b770cf9d1045bde04a1d89c63f4d7eb261ff78da 10-Jan-2007 Ulrich Drepper <drepper@redhat.com> Update copyright year.
/external/elfutils/src/elfcmp.c
1e9ef50681e20ef14c2ba38aef37a71ff148be08 05-Apr-2006 Ulrich Drepper <drepper@redhat.com> Fix FSF address. No exception for libdwarf.
/external/elfutils/src/elfcmp.c
82c345d92531e2577f16928efe62c14d19d5fc47 05-Apr-2006 Ulrich Drepper <drepper@redhat.com> Prepare for 0.120 release.
/external/elfutils/src/elfcmp.c
361df7da6dfecd817b27e62b91752ac316d7cdd4 04-Apr-2006 Ulrich Drepper <drepper@redhat.com> propagate from branch 'com.redhat.elfutils.roland.pending' (head 4f8fc821345feef58624f0aa5b470d4827577d8c)
to branch 'com.redhat.elfutils' (head 76e26cb54695fd3b21ee8fb5be3036bd68200633)
/external/elfutils/src/elfcmp.c
e3f9b7db6c7361579ec5cc5eb5e414f7e93baeb6 03-Sep-2005 Ulrich Drepper <drepper@redhat.com> Cleanup of messages.
/external/elfutils/src/elfcmp.c
8533dcf02c74929d06533c842f41ecf603dfd969 01-Aug-2005 Ulrich Drepper <drepper@redhat.com> Relax elfcmp to ignore section count and the position of the section
name string table position.
/external/elfutils/src/elfcmp.c
f9ece8a9ee7c170c867189b6b2dd9f94124734be 28-Jul-2005 Roland McGrath <roland@redhat.com> elfcmp.c: Include <locale.h>.
/external/elfutils/src/elfcmp.c
7d48d6a13fa164209a5c75d27d10cf1cd7b1c4a9 27-Jul-2005 Ulrich Drepper <drepper@redhat.com> elfcmp.c: Print name and index of differing section.
/external/elfutils/src/elfcmp.c
b08d5a8fb42f4586d756068065186b5af7e48dad 26-Jul-2005 Ulrich Drepper <drepper@redhat.com> Adjust for monotone.
/external/elfutils/src/elfcmp.c