зеркало из https://github.com/mozilla/pjs.git
r=mkaply, a=blizzard Put dougt fix into OS/2
This commit is contained in:
Родитель
4e70416b21
Коммит
1f070fb1f6
|
@ -795,8 +795,7 @@ NS_IMETHODIMP
|
|||
nsLocalFile::AppendRelativePath(const char *node)
|
||||
{
|
||||
// Cannot start with a / or have .. or have / anywhere
|
||||
if (!node || (*node == '/') || (strstr(node, "..") != nsnull) ||
|
||||
(strchr(node, '/') != nsnull))
|
||||
if (!node || strchr(node, '/'))
|
||||
{
|
||||
return NS_ERROR_FILE_UNRECOGNIZED_PATH;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче