-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cgo: Properly manage memory passing from cgo to go on Batch Verifiers #5700
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #5700 +/- ##
==========================================
- Coverage 55.25% 55.24% -0.01%
==========================================
Files 473 473
Lines 66166 66182 +16
==========================================
+ Hits 36558 36565 +7
- Misses 27146 27148 +2
- Partials 2462 2469 +7 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Pavel Zbitskiy <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks right to me.
a50dc52
Fixing https://github.com/algorand/go-algorand-internal/issues/3011
From #5695: