Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jun 16, 2024
1 parent 771f295 commit b69bdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -1915,7 +1915,7 @@ read_dylink_0_section(const uint8_t **pp, const uint8_t *ep,
const uint8_t *p = *pp;
struct module *m = ctx->module;
int ret;
m->dylink = mem_zalloc(loader_mctx(ctx), sizeof(*m->dylink));
m->dylink = mem_zalloc(load_mctx(ctx), sizeof(*m->dylink));
if (m->dylink == NULL) {
ret = ENOMEM;
goto fail;
Expand Down

0 comments on commit b69bdc3

Please sign in to comment.