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

chore: waku_thread_response.nim: use correct alloc() proc to allocate response correctly #2277

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

Ivansete-status
Copy link
Collaborator

Description

Simple PR to properly allocate the string response.
Remember that this response is generated from the Waku Thread and handled by the main thread.

Changes

  • Use of well-defined alloc() proc to properly allocate a cstring from an string into the shared memory space.

@Ivansete-status Ivansete-status self-assigned this Dec 8, 2023
@Ivansete-status Ivansete-status marked this pull request as ready for review December 8, 2023 08:32
Copy link

github-actions bot commented Dec 8, 2023

You can find the image built from this PR at

quay.io/wakuorg/nwaku-pr:2277

Built from fc26a81

@Ivansete-status Ivansete-status merged commit 45b0be8 into master Dec 11, 2023
9 of 10 checks passed
@Ivansete-status Ivansete-status deleted the enhance-libwaku-response branch December 11, 2023 07:50
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.

3 participants