The comment incorrectly describes the direction of anonymous shared memory() usage
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 45/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- c
- Domain
- documentation
Research direction
Open Sources/libreprl/libreprl-posix.c and compare the data_out declaration comment with the memcpy call that copies the script into its mapping. Correct the comment to reflect the REPRL → Child direction, then review nearby shared-memory comments for consistency.
Written by the indexing model from the issue text.
Description
In the file Sources/libreprl/libreprl-posix.c, data_out is defined as:
// Data channel Child -> REPRL
struct data_channel* data_out;
However, in the reprl process, it is actually used as follows (also in Sources/libreprl/libreprl-posix.c):
// Copy the script to the data channel.
memcpy(ctx->data_out->mapping, script, script_size);
Thus, the actual usage direction of data_out should be REPRL → Child instead."
- Dominant language
- Swift
- Stars
- 2.3k
- Forks
- 367
- Avg merge
- 23h 53m
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from googleprojectzero/fuzzilli
-
Crash Open
Difficulty 4/5 3-5 days Newbie friendliness 38/100
googleprojectzero/fuzzilli#556 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 38/100
googleprojectzero/fuzzilli#555 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
googleprojectzero/fuzzilli#552 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
googleprojectzero/fuzzilli#551 · 1 comment ·
-
NJS Fuzz BUILD Open
Difficulty 4/5 3-5 days Newbie friendliness 20/100
googleprojectzero/fuzzilli#548 · 1 comment ·
All issues in googleprojectzero/fuzzilli
Similar issues
-
🎉 Add KinetTask Open
Difficulty 1/5 Under an hour Newbie friendliness 88/100
jaywcjlove/awesome-mac#2932 ·
-
tvOS
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
skiptools/skip-fuse-ui#147 ·
-
area:collectors P2
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
catehstn/social-brain-app#183 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100