elfutils-devel archive
subject index for April - June, 2017

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

Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

[Bug backends/21541] eu-readelf --notes fails to dump PRSTATUS data?

[Bug backends/21541] New: eu-readelf --notes fails to dump PRSTATUS data?

[Bug backends/21541] No error handling for missing backends

[Bug general/21010] Incompatible with MUSL libc: strerror_r

[Bug general/21011] "may be used uninitialized" error with -Werror=maybe-uninitialized

[Bug libdw/21330] dwarf_peel_type() loops infinitely for typedef const struct ...

[Bug libdw/21602] dwfl_addrmodule reports bogus modules for unmapped areas

[Bug libdw/21602] New: dwfl_addrmodule reports bogus modules for unmapped areas

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

[Bug libelf/21301] memory allocation failure in __libelf_decompress

[Bug libelf/21315] multiple misaligned address errors for Elf64_Shdr

[Bug libelf/21316] multiple misaligned address errors for Elf32_Phdr

[Bug libelf/21317] misaligned address error for uint32_t

[Bug libelf/21318] misaligned access error for Elf32_Shdr

[Bug tools/21247] addr2line doesn't properly resolve filename/lineno

[Bug tools/21299] heap-based buffer overflow in handle_gnu_hash (readelf.c)

[Bug tools/21300] heap-based buffer overflow in ebl_object_note_type_name (eblobjnotetypename.c)

[Bug tools/21310] eu-elflint: heap-based buffer overflow in check_symtab_shndx (elflint.c)

[Bug tools/21311] eu-elflint: heap-based buffer overflow in check_sysv_hash (elflint.c)

[Bug tools/21312] eu-elflint: memory allocation failure in xcalloc (xmalloc.c)

[Bug tools/21320] eu-elflint: heap-based buffer overflow in check_group (elflint.c)

[Bug tools/21332] elflint doesn't handle compressed sections

[Bug tools/21522] eu-strip generates empty output if there is nothing to do

[Bug tools/21522] New: eu-strip generates empty output if there is nothing to do

[Bug tools/21525] Multiple .shstrtab sections since eu-readelf 0.166

[Bug tools/21525] New: Multiple .shstrtab sections since eu-readelf 0.166

[PATCH 1/2] Initialize type_offset of fake_cu

[PATCH 1/5] Revert "Optionally allow unknown symbols in the backtrace tests"

[PATCH 2/2] Don't overflow in __libdw_in_section

[PATCH 2/5] tests: Add core backtracegen chec and regenerate ppc32 backtrace test files.

[PATCH 3/5] Add frame pointer unwinding as fallback on x86_64

[PATCH 4/5] Add i386 frame pointer unwinder.

[PATCH 5/5] Add frame pointer unwinding for aarch64

[PATCH v2] Add a "selfcontained" mode to provide missing headers on windows

[PATCH v2] Add frame pointer unwinding for aarch64

[PATCH v2] Add mman.h/.c for win32

[PATCH v2] Avoid using err() and errx() in tests

[PATCH v2] Cast pid_t to long long when printing

[PATCH v2] Check for -z,defs, -z,relro, -fPIC, -fPIE before using them

[PATCH v2] Check for existence of GNU-style strerror_r

[PATCH v2] Check if rpath is supported before setting it

[PATCH v2] Close files before renaming or unlinking them

[PATCH v2] Detect if symbol versioning is supported (was "Disable symbol versioning if .symver doesn't work")

[PATCH v2] Include sys/types.h before fts.h

[PATCH] Adapt debug info fstat check for windows

[PATCH] Add a "selfcontained" mode to provide missing headers on windows

[PATCH] Add a stdio_ext.h that defines __fsetlocking away

[PATCH] Add ar.h for systems where it doesn't exist

[PATCH] Add empty features.h replacement

[PATCH] Add EXEEXT to gendis

[PATCH] Add gnulib modules to replace missing libc functionality

[PATCH] Add missing entries to .gitignore

[PATCH] Add mman.h/.c for win32

[PATCH] Add our own tdestroy if search.h exposes a node_t struct

[PATCH] Add replacement endian.h and byteswap.h to libgnu

[PATCH] Add sysconf replacement for win32

[PATCH] Avoid double-including config.h

[PATCH] Avoid signed/unsigned comparison

[PATCH] Avoid using err() and errx() in tests

[PATCH] Avoid YESSTR and NOSTR

[PATCH] Cast pid_t to int when printing it with %d

[PATCH] Check for -z,defs, -z,relro, -fPIC, -fPIE before using them

[PATCH] Check for existence of GNU-style basename()

[PATCH] Check if gcc complains about __attribute__ (visibility(..))

[PATCH] Check if gcc supports -rdynamic and don't use it if not

[PATCH] Check if rpath is supported before setting it

[PATCH] Check if we need -lintl for linking gettext

[PATCH] Check native binary format

[PATCH] Clean up linux-specific system includes

[PATCH] Close files before renaming or unlinking them

[PATCH] Correctly determine STACKCMD on windows

[PATCH] Define roundup() for strings.c if it doesn't exist

[PATCH] Define uid_t and gid_t in system-elf-libelf-test.c if necessary

[PATCH] Define unlocked io functions to locked ones if they are unavailable

[PATCH] Disable symbol versioning if .symver doesn't work

[PATCH] Don't look for kernel version if not running on linux

[PATCH] Don't use comparison_fn_t

[PATCH] Drop __BEGIN_DECLS and __END_DECLS from elf.h

[PATCH] Drop handrolled or #ifdef'ed libc replacements

[PATCH] Drop the trickery in printversion.h

[PATCH] elflint: Support checking ELF files with compressed sections.

[PATCH] Fix nesting of braces

[PATCH] Generalize library names

[PATCH] Generate .lib files on PE platforms

[PATCH] Have diff ignore line ending differences when testing

[PATCH] If f(un)lockfile is unavailable define it away

[PATCH] Include endian.h when handling BYTE_ORDER

[PATCH] Include strings.h to make ffs available

[PATCH] Include sys/types.h before fts.h

[PATCH] Increase stack usage limit to 512k

[PATCH] libelf: Initialize n to zero in elf_getarsym.

[PATCH] Make __attribute__ conditional in all installed headers

[PATCH] Make elf section sorting more deterministic

[PATCH] Make sure packed structs follow the gcc memory layout

[PATCH] On elf_update, remember when we mmap()

[PATCH] On non-linux systems, don't use native signal numbers

[PATCH] Open files in O_BINARY

[PATCH] ppc64: Add minimal fallback unwinder.

[PATCH] Prepare for 0.169.

[PATCH] Protect against integer overflow on shnum

[PATCH] Provide a windows-specific ORIGINDIR for eblopenbackend

[PATCH] Provide build rules for a compatibility library

[PATCH] Remove previous test files before running the next round

[PATCH] Skip deleted test if fork(2) is unavailable

[PATCH] Skip fchown, fchmod, fadvise, fallocate if functions are unavailable

[PATCH] strip: Don't generate empty output file when nothing to do.

[PATCH] strip: Make sure old .shstrab is removed when eu-strip recreates it.

[PATCH] Support EM_PPC machine flags

[PATCH] Use F_GETFD rather than F_GETFL to check validity of file descriptor

[PATCH] Use octal numbers rather than permission macros

[PATCH] Use OS-specific paths

[PATCH] Use trees rather than hashes in ar.c

[PATCH] Wrap gnulib fts_.h in fts.h

[PATCH] Write to /dev/null rather than /dev/zero

Re: [RFC] libdw: prepend current directory in read_srclines

don't run elfutils as root in ABRT

Re: dwfl_attach_state alternative taking Ebl?

dwfl_module_addrdie fails for binaries built with clang++

elfutils 0.169 released

Re: frame unwinding patches

How to debug broken unwinding?

overflows in Dwfl_Thread_Callbacks::memory_read callback

pending patches

porting to windows

Preparing for elfutils 0.169

Problems in dwfl_segment_report_module

Problems with dwarf-getmacros test

windows patches


Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

Mail converted by MHonArc