radare2/libr/asm
Max 3acb7d3d1a Fix wrong realloc in r_asm_massemble
In line 694 a buffer of size (sizeof(char*)*32) is allocated. Later on,
this buffer is realloced to 64. This decreases the size of the allocated
buffer instead of increase. This may lead to memory corruption.
2019-07-06 01:38:07 +02:00
..
arch Arm64: Handling of XZR registers in assembler (#14343) 2019-06-17 19:13:57 +02:00
d Add some SuperH opcode descriptions ##disasm 2019-06-24 18:50:07 +02:00
p Avoid printing nulls on invalid code or missing bin info for Dalvik ##disasm 2019-06-23 02:55:50 +02:00
asm.c Fix wrong realloc in r_asm_massemble 2019-07-06 01:38:07 +02:00
code.c Fix #11133 - Remove buf_hex frield from RAsmOp ##refactor 2019-03-26 12:50:13 +01:00
Makefile s/CORELIB/R2_PLUGIN_INCORE/g (#14295) 2019-06-13 19:12:51 +02:00
meson.build Do not use reversed keyword of meson ##build 2019-01-10 14:15:50 +01:00
op.c Fix #13975 - aho issue not showing bytes ##disasm 2019-05-06 18:44:53 +02:00