-
Notifications
You must be signed in to change notification settings - Fork 140
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
Fix dereferencing non-reference type #3216
Fix dereferencing non-reference type #3216
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 2cb99c1 Collapsed results for better readability
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3216 +/- ##
==========================================
+ Coverage 80.76% 80.78% +0.01%
==========================================
Files 380 380
Lines 93486 93486
==========================================
+ Hits 75503 75518 +15
+ Misses 15281 15267 -14
+ Partials 2702 2701 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Closes #3214
Description
Fix Go nil pointer dereference caused by using reference type even when dereferenced type is not a reference.
master
branchFiles changed
in the Github PR explorer