radare2/libr
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
..
anal Fix few clang-analyzer warnings (#12415) 2018-12-06 15:12:27 +01:00
asm Fixes spotted by clang-analyzer (#12391) 2018-12-04 10:45:46 +01:00
bin r_bin_dwarf_expand_*: fix memory error (#12411) 2018-12-06 15:12:47 +01:00
bp Minor code cleanups - free/R_FREE/etc 2018-11-13 00:23:49 +01:00
config Fix some COVs (#12255) 2018-11-21 17:53:20 +01:00
cons Boolify r_cons_yesno() 2018-12-04 12:49:43 +01:00
core Fix few clang-analyzer warnings (#12415) 2018-12-06 15:12:27 +01:00
crypto Fix 80 warnings coming from gcc8.2 (#12280) 2018-11-22 22:11:43 +01:00
debug Fix crash in gdb when desc is null 2018-12-03 01:30:00 +01:00
egg Minor code cleanups - free/R_FREE/etc 2018-11-13 00:23:49 +01:00
flag Minor fixes/cleanups (#12349) 2018-11-29 11:22:32 +01:00
fs Prevent double freeing (#12319) 2018-11-25 14:37:37 +01:00
hash Cast arguments to ut8 when feeding ctype.h functions ##refactor 2018-11-06 13:40:00 +01:00
include Boolify caching param and fixed a bug of loading saved layout, plus added afvW and afvR in menu ##panels (#12401) 2018-12-04 16:09:54 +01:00
io Fix few clang-analyzer warnings (#12415) 2018-12-06 15:12:27 +01:00
lang Fix warnings (#12309) 2018-11-25 01:46:57 +01:00
magic Fix more clangs (#12399) 2018-12-04 16:09:18 +01:00
parse Fix 80 warnings coming from gcc8.2 (#12280) 2018-11-22 22:11:43 +01:00
reg Little warning build fixes (#12232) 2018-11-20 01:13:54 +01:00
search Minor code cleanups free/R_FREE (#12157) 2018-11-14 21:23:20 +01:00
socket Fix null deref in RSocket.free when compiled with SSL 2018-11-28 11:53:27 +01:00
syscall Minor fixes/cleanups (#12349) 2018-11-29 11:22:32 +01:00
util Various mem leak fixes (#12400) 2018-12-04 17:23:09 +01:00
config.h.head
config.h.in
config.h.tail
config.mk.head
config.mk.tail
depgraph.pl
do-ar-sh
ld.script
libr.pc.acr Fix a null assert in java parser and bring back the libr.pc.acr 2018-10-15 22:14:54 +02:00
libs.custom.mk.example Handle libr/libs.custom.mk to make partial r2 builds if you need just a portion of r2 ##build 2018-11-16 08:37:47 +01:00
libs.mk Handle libr/libs.custom.mk to make partial r2 builds if you need just a portion of r2 ##build 2018-11-16 08:37:47 +01:00
Makefile Handle libr/libs.custom.mk to make partial r2 builds if you need just a portion of r2 ##build 2018-11-16 08:37:47 +01:00
meson.build Move trie, mixed, slist into Sdb's Attic, and DES from util to crypto ##refactor 2018-11-07 17:18:14 +01:00
rules.mk
stripsyms.sh
symgraph.pl