diff options
| author | Thomas Snider <[email protected]> | 2017-03-23 14:07:51 -0700 |
|---|---|---|
| committer | Thomas Snider <[email protected]> | 2017-05-03 11:35:51 -0700 |
| commit | 6c914ac176624468c66febdb1ad0e24ff2118a5f (patch) | |
| tree | 546c1239d37a4ab6fec953d1660ae4829310a97e /src/support | |
| parent | Merge #10294: [Wallet] unset change position when there is no change (diff) | |
| download | discoin-6c914ac176624468c66febdb1ad0e24ff2118a5f.tar.xz discoin-6c914ac176624468c66febdb1ad0e24ff2118a5f.zip | |
[wallet] Securely erase potentially sensitive keys/values
Diffstat (limited to 'src/support')
| -rw-r--r-- | src/support/cleanse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/support/cleanse.h b/src/support/cleanse.h index 3e02aa8fd..f020216c7 100644 --- a/src/support/cleanse.h +++ b/src/support/cleanse.h @@ -8,6 +8,7 @@ #include <stdlib.h> +// Attempt to overwrite data in the specified memory span. void memory_cleanse(void *ptr, size_t len); #endif // BITCOIN_SUPPORT_CLEANSE_H |