Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo for IP address buffer #2532

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

cngzhnp
Copy link
Contributor

@cngzhnp cngzhnp commented Sep 5, 2023

There is a typo for bh_ip_addr_buffer_t struct in buffer element. Small cosmetic fix.

@@ -3560,7 +3560,8 @@ argv_environ_init(struct argv_environ_values *argv_environ, char *argv_buf,

void
argv_environ_destroy(struct argv_environ_values *argv_environ)
{}
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not change here, or the CI may report code guideline check error:
https://github.com/bytecodealliance/wasm-micro-runtime/actions/runs/6088777667/job/16520150912

@lum1n0us
Copy link
Collaborator

lum1n0us commented Sep 6, 2023

LGTM

@wenyongh wenyongh merged commit af2f3c8 into bytecodealliance:main Sep 7, 2023
368 checks passed
victoryang00 pushed a commit to victoryang00/wamr-aot-gc-checkpoint-restore that referenced this pull request May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants