1. 55f847d libelf: Make sure ar archive long_names len fits in mapped ELF file. by Mark Wielaard · 10 years ago
  2. 4bb122a libelf: Check index_size doesn't overflow in elf_getarsym. by Mark Wielaard · 10 years ago
  3. 9520242 libelf: Clear any garbage left in the ar name table. by Mark Wielaard · 10 years ago
  4. 65a556f libelf: Correct ELF64 section offset check in file_read_elf. by Mark Wielaard · 10 years ago
  5. 7d63628 libelf: Add some ar header sanity checking. by Mark Wielaard · 10 years ago
  6. 16f08eb libelf: Make sure n * w doesn't overflow in elf_getarsym. by Mark Wielaard · 10 years ago
  7. 805ec83 Add configure --disable-textrelcheck option to enable CC=afl-fuzz on 32bit. by Mark Wielaard · 10 years ago
  8. f62658f libelf: Change signed overflow check to unsigned in elf_getdata_rawchunk. by Mark Wielaard · 10 years ago
  9. 51abc74 libelf: Copy over any leftover data from src to dest in elf_cvt_note. by Mark Wielaard · 10 years ago
  10. 2deeb7c libelf: elf_getphdrnum sanity check the returned phnum result. by Mark Wielaard · 10 years ago
  11. 9b5fa6b libelf: Check for overflow in version_xlate elf_cvt_Verdef and elf_cvt_Verneed. by Mark Wielaard · 10 years ago
  12. 5c1a45c Check elf_strptr didn't fail getting section name. by Mark Wielaard · 10 years ago
  13. babcdef libelf: elf_getshdrstrndx cannot use SHN_XINDEX without section headers. by Mark Wielaard · 10 years ago
  14. 436275e libelf: Fix handling of (extended) phnum. by Mark Wielaard · 10 years ago
  15. 8ea90b7 gelf_getnote: Check padding overflow. by Mark Wielaard · 10 years ago
  16. 502430c libelf: getdata check 64bit values correctly on 32bit arch. by Mark Wielaard · 10 years ago
  17. df2fe50 libelf: gelf_getnote check for offset overflow. by Mark Wielaard · 10 years ago
  18. c50ddfc libelf: Fix unsigned overflow check in elf_getdata. by Mark Wielaard · 10 years ago
  19. babd5b6 libelf: Use mempcpy not __mempcpy. by Mark Wielaard · 10 years ago
  20. b635b8d libelf: Correct shdr size check for (raw) getdata. by Mark Wielaard · 10 years ago
  21. 237188e elf_begin sets elf_errno for cases that the file is completely unreadable by Petr Machata · 10 years ago
  22. 16e2d35 Update elf.h from glibc. by Mark Wielaard · 10 years ago
  23. 3232479 Remove mudflap build option. by Mark Wielaard · 11 years ago
  24. a903962 robustify: libelf gelf define INVALID_NDX macro. by Jakub Jelinek · 11 years ago
  25. 720383c robustify: libelf. by Jakub Jelinek · 11 years ago
  26. 3ba5040 libelf: Only memcpy ehdr back when not already directly mmapped. by Mark Wielaard · 11 years ago
  27. 88ad5dd libelf: Write all section headers if elf flags contains ELF_F_DIRTY. by Mark Wielaard · 11 years ago
  28. a45c804 Check for prefixed ar, readelf, and nm by Michael Forney · 11 years ago
  29. acf1267 Update elf.h from glibc by Petr Machata · 11 years ago
  30. 49a1a38 Update elf.h from glibc by Petr Machata · 11 years ago
  31. e0b4385 gelf.h: Fix typo in comment. by Namhyung Kim · 11 years ago
  32. d0509d4 gelf_getauxv: Add missing whitespace. by Mark Wielaard · 11 years ago
  33. 4f017da gelf_getauxv: Remove unnecessary casts to char *. by Mark Wielaard · 11 years ago
  34. 617f8ea gelf_getauxv: Use memcpy, not pointer deref, to avoid alignment problems. by Kurt Roeckx · 11 years ago
  35. 6722a66 elf_getarsym: Handle unaligned data in archive index. by Roland McGrath · 12 years ago
  36. 99d9db0 elf_getarsym: Use memcpy instead of pointer dereference so as not to assume the field is naturally aligned. by Roland McGrath · 12 years ago
  37. 9312cb5 Update elf.h from glibc. by Petr Machata · 12 years ago
  38. d83f132 Update elf.h from glibc. by Roland McGrath · 12 years ago
  39. 2105022 elf32_checksum.c: Removed unused ebl_debugscn_p define and confusing comment. by Mark Wielaard · 12 years ago
  40. e187314 Implement support for archives with 64-bit symbol table by Petr Machata · 12 years ago
  41. 030f626 elf_getshdr should work for elf->flags & ELF_F_MALLOCED. by Mark Wielaard · 12 years ago
  42. bc0f745 elf*_xlatetom: do not check ELF_T_NHDR has integer number of records by Petr Machata · 12 years ago
  43. de2ed97 Update name, license and contributor policy. by Mark Wielaard · 12 years ago
  44. 5128fb4 Remove .mtn-ignore and .cvsignore files. by Mark Wielaard · 12 years ago
  45. 191d1f0 elf32_offscn.c: Do not match SHT_NOBITS sections at OFFSET. by Mark Wielaard · 13 years ago
  46. 8e8f0be Don't exclude sh_type >= SHT_NUM from stripping. by Roland McGrath · 13 years ago
  47. 4955016 elf_end.c (elf_end): Call rwlock_unlock before rwlock_fini. by Mark Wielaard · 13 years ago
  48. ed52618 Fix doubled words. by Marek Polacek · 14 years ago
  49. f1ccc41 Fix off64_t overflow when MAXIMUM_SIZE == ~0. by Jan Kratochvil · 14 years ago
  50. b088f21 Add missing size entries for ELF_T_LIB and ELF_T_GNUHASH. by Roland McGrath · 14 years ago
  51. d763578 Implicitly set dirty bit by Ulrich Drepper · 14 years ago
  52. 9d81c7d Fix typo in last change. by Roland McGrath · 15 years ago
  53. 957072c Handle truncated phdrs without crash. by Roland McGrath · 15 years ago
  54. f35dfa8 Update elf.h from glibc. by Roland McGrath · 15 years ago
  55. d80f0b2 Complete SH port. by Matt Fleming · 15 years ago
  56. 3b495d8 Fix some message typos and xgettext markers. by Roland McGrath · 15 years ago
  57. d7b12c6 Fix for the same by Petr Machata · 15 years ago
  58. 331a186 elf.h: Update from glibc. by Roland McGrath · 15 years ago
  59. f7a9a9e Update elf.h by Ulrich Drepper · 15 years ago
  60. 429502f Avoid wild section data pointers from bogus sh_offset in mapped files. by Roland McGrath · 15 years ago
  61. 22359e2 Clean up and consolidate automake magic to reduce duplication and to work with --disable-dependency-tracking. by Roland McGrath · 15 years ago
  62. 6fd3cd1 Add elf_getphdrnum, support >65536 phdrs. by Roland McGrath · 15 years ago
  63. 2cfe33f Fix fill_mmap for sections past the section headers by Lubomir Rintel · 15 years ago
  64. 6b8cd7f Fix whitespace, copyright years. by Roland McGrath · 15 years ago
  65. 0c6db7e __libelf_readall: Fetch file size if not yet known. by Roland McGrath · 15 years ago
  66. c6f5e92 Mark the archive header as unusable when there is no next ar element. by Mark Wielaard · 15 years ago
  67. e2fedf4 Makefile.am (libelf.so): Use -Wl,-z,defs not -defs. by Mark Wielaard · 15 years ago
  68. 3117a85 Update elf.h from glibc. by Ulrich Drepper · 15 years ago
  69. fa1d444 Fix handling of gaps between sections when writing files in libelf. by Lubomir Rintel · 15 years ago
  70. 9dedfcc Reorder Elf struct members for optimal packing. by Roland McGrath · 15 years ago
  71. 70c442c Add support for STB_GNU_UNIQUE to libebl. by Ulrich Drepper · 15 years ago
  72. f189493 Add aliases for elf_getshnum and elf_getshstrndx. by Ulrich Drepper · 15 years ago
  73. b47d290 Add support for IRELATIVE relocations. by Ulrich Drepper · 15 years ago
  74. eb9ba47 Nominal ARM support. by Roland McGrath · 16 years ago
  75. d5ff667 Update elf.h and some tables; fill in sparc backend reloc table. by Roland McGrath · 16 years ago
  76. fe31538 typo by Roland McGrath · 16 years ago
  77. 18fb639 Don't write uninitialized data into zeroth section header entry. by Ulrich Drepper · 16 years ago
  78. d11522f Document possible elf_strptr problem. by Ulrich Drepper · 16 years ago
  79. 119f4ac Fix commit in updatenull_wrlock wrt to layout resulting from section header by Ulrich Drepper · 16 years ago
  80. 5ece809 When writing ELF files in libelf, fill the gap between sections even if only by Ulrich Drepper · 16 years ago
  81. 23fba75 Cleanup of loop to write out section content. by Ulrich Drepper · 16 years ago
  82. 9507386 Remove duplicate commits. by Ulrich Drepper · 16 years ago
  83. e39d584 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Ulrich Drepper · 16 years ago
  84. 315ebd5 Fix possible crash in note conversion. by Roland McGrath · 16 years ago
  85. 2fe76ea Fix possible crash in note conversion. by Roland McGrath · 16 years ago
  86. 07ba31f Fix accounting of last written position when updating ELF files. by Ulrich Drepper · 16 years ago
  87. 43aafe6 We only have one translation domain, elfutils. Change use in libelf. by Ulrich Drepper · 16 years ago
  88. 7e678fa Require __thread support in compiler. by Ulrich Drepper · 16 years ago
  89. 534ad31 Comment fix in last change. by Roland McGrath · 16 years ago
  90. 75b07c0 Don't crash in fill code when sh_offset layout is out of order. by Roland McGrath · 16 years ago
  91. 970a166 libelf.h (Elf_Data): Whitespace fix. by Roland McGrath · 16 years ago
  92. d353328 * elf_getarhdr.c (elf_getarhdr): Fix missing rename in last change. by Roland McGrath · 16 years ago
  93. 02f6645 propagate from branch 'com.redhat.elfutils.roland.pending.libelf-threads' (head fc97c9c202b5d7d7699a3b1d5c53007a2ef37bb1) by Ulrich Drepper · 16 years ago
  94. a845f68 by Roland McGrath · 16 years ago
  95. 9cf28e4 by Roland McGrath · 16 years ago
  96. 122f388 propagate from branch 'com.redhat.elfutils.pmachata.threads' (head 6db56f08d1ba946c22c9bcfaec0ddeb6532e1dcc) by Roland McGrath · 16 years ago
  97. b4d6f0f Fix up bogon and missing log entries from .pmachata.threads branch. by Roland McGrath · 16 years ago
  98. f729d77 Fix build problem after merge of pmachata.threads branch when compiled without by Ulrich Drepper · 16 years ago
  99. d56e232 propagate from branch 'com.redhat.elfutils.pmachata.threads' (head 8bd3bc10eb015c96f7bafcc6a22c973620b57dd8) by Ulrich Drepper · 16 years ago
  100. 1d8bb25 by Roland McGrath · 16 years ago