-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorfuzzing
Milestone
Description
Split from #24588.
The problem here is accurately explained by this comment in std.Build.Fuzz.sendUpdate:
Lines 248 to 251 in dcc3e6e
| // TODO: this isn't sound! We need to do volatile reads of these bits rather than handing the | |
| // buffer off to the kernel, because we might race with the fuzzer process[es]. This brings the | |
| // whole mmap strategy into question. Incidentally, I wonder if post-writergate we could pass | |
| // this data straight to the socket with sendfile... |
To close this issue, the problem explained in that comment must be resolved.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorfuzzing