Skip to content

Don't crash when fn2ftp is called with nullptr

Andrey Alekseenko requested to merge aa-4756 into release-2023

std::filesystem strikes again.

Adding a safe overload to handle such cases since there are multiple places in the code where we pass dubious (not necessarily null, but I cannot analyze them all) char* to this function.

This can also help refactor away such calls in the main branch by doing a code search for the new overload instead of checking all calls to fn2ftp.

Fixes #4756 (closed)

Edited by Andrey Alekseenko

Merge request reports