mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 23:16:05 +00:00
3acb7d3d1a
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. |
||
---|---|---|
.. | ||
arch | ||
d | ||
p | ||
asm.c | ||
code.c | ||
Makefile | ||
meson.build | ||
op.c |