diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-02-17 11:32:43 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-02-17 18:42:05 +0100 |
| commit | a143d4ce58d1103b37fa297fe6f4f4878eea59ca (patch) | |
| tree | f4d7f696982e81937909305bf1c7d4a1a9e27f73 /src/sync.cpp | |
| parent | Merge pull request #3643 (diff) | |
| download | discoin-a143d4ce58d1103b37fa297fe6f4f4878eea59ca.tar.xz discoin-a143d4ce58d1103b37fa297fe6f4f4878eea59ca.zip | |
Fix crash in importwallet and dumpwallet formatting
- DecodeDumpTime was passing a statically allocated facet object to
std::locale. However, "The constructed locale object takes over
responsibility for deleting this facet object." causing a free()
crash on scope exit. Fixes #3670.
- EncodeDumpTime was using the wrong format character for dates
(appears accidentally introduced in 51ed9ec9)
Diffstat (limited to 'src/sync.cpp')
0 files changed, 0 insertions, 0 deletions