Page MenuHomePhabricator

convert unsafe fs::path std::string conversion calls [4/7] (test, fuzz, wallet/test)
ClosedPublic

Authored by PiRK on Jan 10 2022, 12:59.

Details

Summary

This is a partial backport of core#22937 [2d/2g]
https://github.com/bitcoin/bitcoin/pull/22937/commits/6544ea5035268025207d2402db2f7d90fde947a6

The backport for this commit was split in to multiple commits to make review easier. This part deals with converting fs::string() calls that
will become unsafe when migrating from boost::filesystem to std::filesystem.

Depends on D10797

Test Plan

ninja all check-all bitcoin-fuzzers

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Jan 10 2022, 12:59
PiRK retitled this revision from convert unsafe fs::path std::string conversion calls [4/7] to convert unsafe fs::path std::string conversion calls [4/7] (test, fuzz, wallet/test).Jan 10 2022, 15:12
PiRK edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jan 11 2022, 09:49