Details
Description
If a path argument is modified at runtime with an empty string, the path validation code assumes that the value is not empty. This causes a call to std::string::front() that's empty.
If a path argument is modified at runtime with an empty string, the path validation code assumes that the value is not empty. This causes a call to std::string::front() that's empty.