Collective fix for typos and minor bugs (#4369)

This commit is contained in:
TianlongLiang
2025-06-17 09:26:00 +08:00
committed by GitHub
parent 0343aaf8c3
commit 8e60feb181
10 changed files with 28 additions and 18 deletions

View File

@ -1226,7 +1226,7 @@ load_function_section(const uint8 *buf, const uint8 *buf_end,
* we shall make a copy of code body [p_code, p_code + code_size]
* when we are worrying about inappropriate releasing behaviour.
* all code bodies are actually in a buffer which user allocates in
* his embedding environment and we don't have power on them.
* their embedding environment and we don't have power over them.
* it will be like:
* code_body_cp = malloc(code_size);
* memcpy(code_body_cp, p_code, code_size);