-
Curl 7.16.1, src/main.c line 3909.
Currently:
if (!infd || stat(uploadfile, &fileinfo)) {
helpf("Can't open '%s'!\n", uploadfile);
return CURLE_READ_ERROR;
}
This should have the following inserted before the return in order to prevent a file handle leak :
if (infd)
fclose(infd);
In the case where the file has been opened, but cannot be stat'd, the file handle would...
2007-03-08 15:06:17 UTC in curl and libcurl
-
gerph committed patchset 666 of module nettle to the Nettle CVS repository, changing 1 files.
2004-02-25 20:32:38 UTC in Nettle
-
gerph committed patchset 661 of module nettle to the Nettle CVS repository, changing 1 files.
2004-01-28 04:20:48 UTC in Nettle
-
gerph committed patchset 7 of module Resource to the RISC OS Constants CVS repository, changing 4 files.
2003-10-22 04:03:12 UTC in RISC OS Constants
-
gerph committed patchset 6 of module Resource to the RISC OS Constants CVS repository, changing 17 files.
2003-10-22 03:13:42 UTC in RISC OS Constants
-
gerph committed patchset 5 of module Module to the RISC OS Constants CVS repository, changing 8 files.
2003-10-22 03:07:15 UTC in RISC OS Constants
-
gerph committed patchset 4 of module Module to the RISC OS Constants CVS repository, changing 5 files.
2003-10-22 00:27:51 UTC in RISC OS Constants
-
gerph committed patchset 644 of module nettle to the Nettle CVS repository, changing 4 files.
2003-10-21 21:56:09 UTC in Nettle
-
gerph committed patchset 643 of module nettle to the Nettle CVS repository, changing 1 files.
2003-10-21 21:27:46 UTC in Nettle
-
gerph committed patchset 642 of module nettle to the Nettle CVS repository, changing 1 files.
2003-10-21 21:18:38 UTC in Nettle