mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Confirmed: PSP ignores .. beyond root.
This commit is contained in:
@@ -42,8 +42,8 @@ static bool ApplyPathStringToComponentsVector(std::vector<std::string> &vector,
|
||||
}
|
||||
else
|
||||
{
|
||||
// what does the real PSP do for "/../filename"?
|
||||
WARN_LOG(HLE, "RealPath: .. as first path component: \"%s\"", pathString.c_str());
|
||||
// The PSP silently ignores attempts to .. to parent of root directory
|
||||
WARN_LOG(HLE, "RealPath: ignoring .. beyond root - root directory is its own parent: \"%s\"", pathString.c_str());
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user