-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Clean memory #868
Clean memory #868
Conversation
Codecov Report
@@ Coverage Diff @@
## master #868 +/- ##
==========================================
- Coverage 43.57% 43.57% -0.01%
==========================================
Files 177 177
Lines 12547 12552 +5
==========================================
+ Hits 5467 5469 +2
- Misses 7080 7083 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #868 +/- ##
==========================================
- Coverage 43.57% 43.54% -0.03%
==========================================
Files 177 177
Lines 12547 12559 +12
==========================================
+ Hits 5467 5469 +2
- Misses 7080 7090 +10
Continue to review full report at Codecov.
|
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.
Port to 2.x? @erikzhang @shargon @igormcoelho
@vncoelho I think that we need to port this to 2x, do you want to do it? |
* fix issue neo-project#868 * Update claimgas.md
* Clean memory * Other * Other * Update Wallet.cs
Usually we clean the buffer where the private key was copied, as here
neo/neo/Wallets/KeyPair.cs
Line 51 in c64748e
But we forgot to clean these buffers.