Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

v0.8 release automation test drive

Pre-release
Pre-release
Compare
Choose a tag to compare
@rob-solana rob-solana released this 13 Sep 21:24
· 11 commits to v0.8 since this release
Fix missing recycle in recv_from (#1205)

In the error case that i>0 (we have blobs to send)
we break out of the loop and do not push the allocated r
to the v array. We should recycle this blob, otherwise it
will be dropped.