CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2006-03-03 20:19:26

Modified files:
        winsup/cygwin  : ChangeLog dir.cc fhandler_disk_file.cc 

Log message:
        * dir.cc (opendir): Fix indentation.
        * fhandler_disk_file.cc (fhandler_disk_file::opendir): Move storing
        fhandler in file descriptor table to some point very late in function
        to avoid double free'ing.  Add comment to explain what happens.
        Add label free_mounts and don't forget to delete __DIR_mounts structure
        if NtOpenFile fails.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3426&r2=1.3427
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dir.cc.diff?cvsroot=src&r1=1.110&r2=1.111
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.178&r2=1.179

Reply via email to