Closed poszu closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 74.3%. Comparing base (
ceaba06
) to head (43e69c2
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Does this fix https://github.com/spacemeshos/post/issues/274 ?
Does this fix #274 ?
No, this fixes the crash on the Go side during Close()
that happened when creating the initializer failed.
Fix segfaults when closing a
postrs.Scrypt
instance that first failed creation. Additionally, fix a deadlock in UT on platforms with more than 1 GPU.