summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-07-19 12:13:21 +0000
committerCorinna Vinschen <corinna@vinschen.de>2013-07-19 12:13:21 +0000
commit4b25516b5d410c38554c9595bcb674356ffee713 (patch)
tree70c9988a3ca42192a3bf718aa8b3e17de6502daf
parent78cefca9fc35492d90533abbbe6e37313610fe17 (diff)
downloadcygnal-4b25516b5d410c38554c9595bcb674356ffee713.tar.gz
cygnal-4b25516b5d410c38554c9595bcb674356ffee713.tar.bz2
cygnal-4b25516b5d410c38554c9595bcb674356ffee713.zip
*** empty log message ***
-rw-r--r--winsup/cygwin/release/1.7.2216
1 files changed, 16 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.22 b/winsup/cygwin/release/1.7.22
index c8af840f3..f95aa1c41 100644
--- a/winsup/cygwin/release/1.7.22
+++ b/winsup/cygwin/release/1.7.22
@@ -12,3 +12,19 @@ What changed:
Bug fixes:
----------
+- Fix an off-by-one error in path handling which made the access check
+ for the existing path before a ".." component (introduced with 1.7.21)
+ fail for UNC paths (//server/share/path).
+ Fixes: http://cygwin.com/ml/cygwin/2013-07/msg00375.html
+
+- 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
+
+- Fix an initialization bug in XSI IPC on, which could result in
+ XSI IPC functions misbehave on x86_64.
+ Fixes: http://cygwin.com/ml/cygwin-apps/2013-07/msg00063.html
+ http://cygwin.com/ml/cygwin-apps/2013-07/msg00229.html
+
+- Fix a timer handle leak in sleep family of functions.
+ Fixes: http://cygwin.com/ml/cygwin/2013-07/msg00379.html