mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-02 11:43:23 +00:00
enlarge buffer for probing data references
This commit is contained in:
parent
d21d19c450
commit
229836c97a
@ -232,7 +232,7 @@ static void r_anal_set_stringrefs(RCore *core, RAnalFunction *fcn) {
|
||||
|
||||
static int r_anal_try_get_fcn(RCore *core, RAnalRef *ref, int fcndepth, int refdepth) {
|
||||
ut8 *buf;
|
||||
unsigned bufsz = 100;
|
||||
unsigned bufsz = 1000;
|
||||
RIOSection *sec;
|
||||
if (!refdepth) return 1;
|
||||
sec = r_io_section_vget (core->io, ref->addr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user