radare2/libr/bin
Dan Robertson e980677887 r_bin_dwarf_expand_*: fix memory error (#12411)
The use of memset to set the rest of the newly realloc'd buffer in
various r_bin_dwarf_expand_* functions was overwriting portions of
the buffer that had previously been written to.

The functions including said error were the following:

 - r_bin_dwarf_expand_die
 - r_bin_dwarf_expand_cu
 - r_bin_dwarf_expand_abbrev_decl
 - r_bin_dwarf_expand_debug_abbrev
2018-12-06 15:12:47 +01:00
..
d Meson: remove build_always for custom_targets (#10798) 2018-07-23 19:39:58 +02:00
format Fix regression 2018-12-03 21:57:35 +01:00
i Remove "referenced" from RBinObject and remove get_object ##refactoring 2018-11-13 13:05:18 +01:00
mangling Fix more clangs (#12399) 2018-12-04 16:09:18 +01:00
p Fix clang warnings (#12413) 2018-12-05 12:35:37 +01:00
pdb Minor code cleanups free/R_FREE (#12145) 2018-11-13 23:41:28 +01:00
bfile.c Fix #12333 - NSO not working and a bunch of UB in arm64 ESIL (#12379) 2018-12-03 01:19:59 +01:00
bin_ldr.c Initial draft implementation of the loader plugins for RBin 2018-01-07 21:54:41 +01:00
bin_write.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
bin.c Fix double-free in RBinClasses regression introduced in d6fd896a65 2018-12-03 22:52:00 +01:00
blang.c Improve MSVC detection and demangling ##bin 2018-11-05 11:42:23 +01:00
dbginfo.c
demangle.c Improve MSVC detection and demangling ##bin 2018-11-05 11:42:23 +01:00
dwarf.c r_bin_dwarf_expand_*: fix memory error (#12411) 2018-12-06 15:12:47 +01:00
filter.c Fixes spotted by clang-analyzer (#12391) 2018-12-04 10:45:46 +01:00
Makefile Refactoring RBin.open/close and RBinOptions ##bin 2018-11-07 17:22:41 +01:00
meson.build Refactoring RBin.open/close and RBinOptions ##bin 2018-11-07 17:22:41 +01:00
obj.c Fix double-free in RBinClasses regression introduced in d6fd896a65 2018-12-03 22:52:00 +01:00