oops this is a bug

This commit is contained in:
Triss 2021-06-18 11:27:28 +02:00
parent dc9fa36d69
commit 17ba132839
1 changed files with 1 additions and 0 deletions

View File

@ -395,6 +395,7 @@ enum dynso_err dynso_add_sym_ex(struct dynso_lib* f, const char* name,
memcpy(nsym, f->syms, sizeof(struct dynso_sym)*f->nsyms); memcpy(nsym, f->syms, sizeof(struct dynso_sym)*f->nsyms);
f->syms = nsym; f->syms = nsym;
f->alloc_syms = true;
} }
} }