radare2/libr/debug
Ben Gardiner 0269d63ff1 debug: fix db.maps.symbols.after.map.complete
This fixes a valgrind read past buffer error... I was seeing when
testing t.archos/Linux-x86_64/dbg_maps

```
Invalid read of size 8
==11424==    at 0x4C2F79E: memcpy@@GLIBC_2.14 (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==11424==    by 0x693C702: r_reg_set_bytes (arena.c:118)
[...]
==11424==  Address 0xa144430 is 0 bytes after a block of size 304 alloc'd
==11424==    at 0x4C2CC70: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==11424==    by 0x5D49EE6: r_debug_reg_sync (dreg.c:60)
[...]
```

---

v2:
* don't forget spaces around '+' (pancake)
2016-12-01 09:15:16 +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 debug: fix db.maps.symbols.after.map.complete 2016-12-01 09:15:16 +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