* path.cc (normalize_posix_path): Fix long-standing problem which

allows to access files via ".." using an invalid POSIX path.
This commit is contained in:
Corinna Vinschen
2013-06-12 17:45:42 +00:00
parent bb345ed147
commit 0b8722c2db
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
What's new:
-----------
Bug fixes:
----------
- Fix long-standing problem which allows to access files via ".." using an
invalid POSIX path, for instance, `cd nonexistant/../existing_dir".
Fixes: http://cygwin.com/ml/cygwin/2013-05/msg00222.html