diff options
| author | Hans Josephsen <[email protected]> | 2024-09-22 12:30:38 +0200 |
|---|---|---|
| committer | Hans Josephsen <[email protected]> | 2024-09-22 12:40:46 +0200 |
| commit | e2d2b0f36281326772678f0e903675927faaaddb (patch) | |
| tree | c24a6d41cc4ae263711a118fe8074506106ae8ae /docs/examples/basic/build.rs | |
| parent | 233905e18cf1446ebba898185882e5fc002a9f20 (diff) | |
Currently the return value of `write` is broken, it never returns the
previous frame even when present.
This happens because a slice of length 64 is always passed to Frame::new
from within the `abort_pending_mailbox` function, causing `Frame::new`
to return None.
The fix is to take a subslice of length `data_length`.
Diffstat (limited to 'docs/examples/basic/build.rs')
0 files changed, 0 insertions, 0 deletions
