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

NuttX: Fix a dbus-related crash on esp32s3 #3470

Merged
merged 1 commit into from
May 27, 2024

Conversation

yamt
Copy link
Collaborator

@yamt yamt commented May 24, 2024

Although I don't know what exactly the esp32s3 rom version of memset does, it seems that the current code crashes only with a small "len". I guess it changes the logic depending on the size.
Anyway, it's safer to use dbus here.

Although I don't know what exactly the esp32s3 rom version of memset does,
it seems that the current code crashes only with a small "len". I guess
it changes the logic depending on the size.
Anyway, it's safer to use dbus here.
@wenyongh wenyongh merged commit 6067dbb into bytecodealliance:main May 27, 2024
377 checks passed
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