* path.cc (symlink_info::check): Set h to NULL after closing handle

in udf check.  Remove overagressive bracketing.  Don't set h to NULL
	without closing the handle.  Fix using wrong handle in checking
	file system when using parent directory handle.
This commit is contained in:
Corinna Vinschen
2010-06-08 15:25:09 +00:00
parent 68ff495c60
commit b7d3e6d7d2
2 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
2010-06-08 Corinna Vinschen <corinna@vinschen.de>
* path.cc (symlink_info::check): Set h to NULL after closing handle
in udf check. Remove overagressive bracketing. Don't set h to NULL
without closing the handle. Fix using wrong handle in checking
file system when using parent directory handle.
2010-06-07 Corinna Vinschen <corinna@vinschen.de>
* include/sys/stdio.h: Remove _GNU_SOURCE guard around getline