0
I Use This!
High Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated modified: ChangeLog More... 2 months ago
Fix zstd package name (#227) More... 2 months ago
Now with fix to DW202402-002, crash in libdwarf on fuzzed object file modified: ChangeLog Minor wording change modified: ChangeLog2023 More... 2 months ago
Fixing DW202402-002, corrupt object caused various libdwarf crashes with some tailored/fuzzed object files. modified: src/lib/libdwarf/dwarf_alloc.c modified: src/lib/libdwarf/dwarf_error.c More... 2 months ago
Up to date with git log modified: ChangeLog More... 2 months ago
cmake/FindZSTD.cmake changed to to cmake/Findzstd.cmake to match the preceding updates. modified: src/lib/libdwarf/CMakeLists.txt More... 2 months ago
Merge branch 'uilianries-cmake/find-zstd' Slight renaming of zstd stuff for maximum compatibility. More... 2 months ago
Merge branch 'cmake/find-zstd' of https://github.com/uilianries/libdwarf-code into uilianries-cmake/find-zstd More... 2 months ago
Update zstd_found More... 2 months ago
rename zstd target name More... 2 months ago
Use zstd_FOUND to follow archive name More... 2 months ago
Rename find zstd cmake More... 2 months ago
Regenerated With update to DW202402-001. modified: bugxml/dwarfbug.html modified: bugxml/dwarfbug.xml modified: bugxml/dwarfbuglohi.html More... 2 months ago
Now ChangeLog and DW202402-001 show fixed on 13 February, as there were two places with a missing check against corrupt DWARF. modified: ChangeLog modified: bugxml/data.txt More... 2 months ago
Up to date with git log modified: ChangeLog More... 2 months ago
DW_FORM_block1 was not checking to ensure the pointer pointed inside the section. Similar to the vulnerability in DW202402-001 (oss fuzz 66646) Now it checks. modified: src/lib/libdwarf/dwarf_form.c More... 2 months ago
Up to date now. modified: ChangeLog More... 2 months ago
Removing trailing whitespace, removing tab-characters. Fixing indents, adjusting a few lines so lines not longer than CODINGSTYLE.md calls for. modified: src/bin/dwarfdump/dd_elf_cputype.h modified: src/bin/dwarfdump/dd_esb.c modified: src/bin/dwarfdump/dd_mac_cputype.h modified: src/bin/dwarfdump/dd_pe_cputype.h modified: src/bin/dwarfdump/dwarfdump.c modified: src/bin/dwarfdump/print_abbrevs.c modified: src/bin/dwarfdump/print_die.c modified: src/bin/dwarfdump/print_macro.c modified: src/bin/dwarfdump/print_ranges.c More... 2 months ago
Fixing indents and removing trailing whitespace. modified: src/lib/libdwarf/dwarf.h modified: src/lib/libdwarf/dwarf_line_table_reader_common.h modified: src/lib/libdwarf/dwarf_macho_loader.h modified: src/lib/libdwarf/dwarf_opaque.h modified: src/lib/libdwarf/libdwarf.h More... 2 months ago
Removing trailing whitespace and fixing indents. modified: src/lib/libdwarf/dwarf_crc.c modified: src/lib/libdwarf/dwarf_crc32.c modified: src/lib/libdwarf/dwarf_die_deliv.c modified: src/lib/libdwarf/dwarf_elf_load_headers.c modified: src/lib/libdwarf/dwarf_fill_in_attr_form.c modified: src/lib/libdwarf/dwarf_form.c modified: src/lib/libdwarf/dwarf_frame.c modified: src/lib/libdwarf/dwarf_gdbindex.c modified: src/lib/libdwarf/dwarf_init_finish.c modified: src/lib/libdwarf/dwarf_leb.c modified: src/lib/libdwarf/dwarf_line.c modified: src/lib/libdwarf/dwarf_machoread.c modified: src/lib/libdwarf/dwarf_macro5.c modified: src/lib/libdwarf/dwarf_object_read_common.c modified: src/lib/libdwarf/dwarf_print_lines.c modified: src/lib/libdwarf/dwarf_query.c modified: src/lib/libdwarf/dwarf_rnglists.c modified: src/lib/libdwarf/dwarf_seekr.c modified: src/lib/libdwarf/dwarf_string.c modified: src/lib/libdwarf/dwarf_util.c modified: src/lib/libdwarf/dwarf_xu_index.c More... 2 months ago
Log up to date now. modified: ChangeLog More... 2 months ago
New date. Mentions fix to DW202402-001. modified: doc/libdwarf.dox Regenerated modified: doc/libdwarf.pdf More... 2 months ago
Testing tiny tweak DO NOT USE THIS COMMIT modified: src/lib/libdwarf/libdwarf.h More... 2 months ago
Reflecting todays' vulnerability update. modified: bugxml/dwarfbug.html modified: bugxml/dwarfbug.xml modified: bugxml/dwarfbuglohi.html More... 2 months ago
Merge branch 'jeremy-rifkin-jr/srcfiles-note' Using bold text to make reading libdwarf.h doxygen comments easier related to DW_AT_call_file More... 2 months ago
Merge branch 'jr/srcfiles-note' of https://github.com/jeremy-rifkin/libdwarf-code into jeremy-rifkin-jr/srcfiles-note call_file fix. More... 2 months ago
Documenting ossfuzz 66646 and its fix. modified: bugxml/data.txt More... 2 months ago
Added comments explaining why there is no buffer overrun. modified: src/lib/libdwarf/dwarf_elf_load_headers.c More... 2 months ago
Fixing ossfuzz 66646. A vulnerability when reading an object with a particular corruption in the DWARF. With DW_FORM_ref1 the library was not validating the referenced address before dereferencing. See libdwarf vulnerability list DW202402-001 for the details. This bug has been present in the library for many years. More... 2 months ago
Make note of DW_AT_call_file in dwarf_srcfiles More... 2 months ago