radare2/libr/debug
Elia Geretto 31e8d7cb68 Fix various memory leaks (#6272)
* Fix bits_ranges memory leak in anal.c
* Fix anal->reg memory leak and prevent use after free in plugin.c
* Fix reg->allregs memory leak in reg.c
* Fix dbg->plugins memory leak in debug.c
* Fix io->plugin_default memory leak in io.c
* Fix plugin_free not deallocating plugin in bin.c
* Adapt to style guidelines
* Fix memory leak in r_bin_object_free and resolve double free
* Fix o->kv memory leak in r_bin_object_set_items
* Fix memory leak pushing arena on reg init
* Fix io->plugin_default memory leak in io.c
* Adapt to style guidelines
* Fix pfile memory leak in radare2.c
* Add braces to if in bin.c
2016-12-01 09:09:59 +01:00
..
p Hide noisy xnu warning 2016-11-25 00:32:05 +01:00
arg.c Calling convention profiles in SDB (#5358) 2016-07-27 13:50:14 +02:00
ddesc.c Fix build avoiding confusions for io|debug/reg/desc 2016-10-10 00:06:50 +02:00
debug.c Fix various memory leaks (#6272) 2016-12-01 09:09:59 +01:00
dreg.c Fix #6228 - Double 0x in dr= 2016-11-20 11:30:15 +01:00
esil.c added r_cons_break_{push/pop} to handle ^C better 2016-11-21 16:56:12 +01:00
Jamroot Initial support for BOCHS (windows only for now) 2016-03-25 00:21:49 +01:00
Makefile Fix #5924 - r_flags -> r_flag 2016-10-27 01:07:58 +02:00
map.c Fix dm= colors 2016-11-06 00:43:28 +01:00
pid.c Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
plugin.c Fix various memory leaks (#6272) 2016-12-01 09:09:59 +01:00
signal.c Fix some latest covs 2016-08-05 13:25:20 +02:00
snap.c Infer fixes Round 2 (#4993) 2016-05-24 22:22:15 +02:00
trace.c initial support for type matching (#5480) 2016-08-13 12:09:14 +02:00