Backport of core's PR8694
Depends on D930
Differential D946
Basic multiwallet support deadalnix on Jan 14 2018, 02:20. Authored by Tags None Subscribers None
Details
Backport of core's PR8694 Depends on D930 make check ./test/functional/test_runner.py
Diff Detail
Event TimelineComment Actions Unless I'm mistaken, this eventually will call down to: src/wallet/db.cpp 177: int result = bitdb.dbenv->dbrename(nullptr, filename.c_str(), nullptr, The behavior of an empty filename isn't specified by that function, and I don't see any protection around that anywhere in the codebase.
|