enlarge buffer for probing data references

This commit is contained in:
Dima Turchenkov 2015-12-04 19:43:49 +03:00 committed by pancake
parent d21d19c450
commit 229836c97a

View File

@ -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);