davea42 / libdwarf-code

Contains source for libdwarf, a library for reading DWARF2 and later DWARF. Contains source to create dwarfdump, a program which prints DWARF2 and later DWARF in readable format. Has a very limited DWARF writer set of functions in libdwarfp (producer library). Builds using GNU configure, meson, or cmake.
Other
173 stars 70 forks source link

build: fix arguments order in calloc calls #257

Closed vtorri closed 3 months ago

vtorri commented 3 months ago

This fixes warnings about wrong order of calloc arguments

    modified:   src/bin/dwarfdump/dd_tsearchbal.c
    modified:   src/bin/dwarfdump/print_debug_names.c
    modified:   src/lib/libdwarf/dwarf_frame.c
    modified:   src/lib/libdwarf/dwarf_harmless.c
    modified:   src/lib/libdwarf/dwarf_machoread.c
    modified:   src/lib/libdwarf/dwarf_ranges.c
    modified:   src/lib/libdwarf/dwarf_tsearchhash.c
davea42 commented 3 months ago

The pull changes linux-meson actions/checkout@v4 back to actions/checkout@v2 which puzzles me. I had trouble getting reliable builds recently with v2, but v4 has been stable, reliable. Why are you changing test.yml?

Otherwise this is all fine.

vtorri commented 3 months ago

hrmm, why so many changes in this commit ? I think that there were some problems in my fork.

Forget about this commit, i'll delete my current fork repo and start with a fresh and clean fork.

sorry