You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openkal-linux 0.7.1 and openkal-macos 0.6.1 (#283)
Both fix one defect. `kal_timeout_read` and `kal_timeout_write` decoded a
borrowed `kal_stream` handle with the decoder for an owned one. A bare
descriptor N has exactly the shape of a packed handle naming N-1, so the decode
succeeded and the wait was performed upon N-1 while the transfer was performed
upon N.
Reported through openkal-musl in mcpplibs/openkal-linux#13 as
`std::filesystem::copy_file` answering `Resource temporarily unavailable` for
two ordinary files.
openkal-macos 0.6.1 also runs this package's own `tests/` for the first time:
no workflow had ever invoked them.
Measured before this commit: both CN mirror assets return 200 and their sha256
is identical to the GitHub tag tarball named beside them.
0 commit comments