[Bug 5414] New: leak of a file descriptor in FTP_DoPassive()

Wine Bugs wine-bugs at winehq.org
Mon Jun 12 19:48:43 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=5414

           Summary: leak of a file descriptor in FTP_DoPassive()
           Product: Wine
           Version: CVS
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: wine-net
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: chadd at cs.umd.edu


It looks like the function FTP_DoPassive() in wine/dlls/wininet/ftp.c (1.65) may
leak a file descriptor (socket) in the error case (socket() succeeds but
connect() fails and the control proceeds to lend).

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list