Bugzilla – Bug 1306
"reached end of file" error
Last modified: 2004-03-18 19:02:02
You need to log in before you can comment on or make changes to this bug.
globus_gridftp_server-1.10: A globus-url-copy resulted in a "reached end of file" error. This only occurred after switching on logging thru the -Z flag of in.ftpd. It appeared that line 2373 of globus_hack.c was the cause of the problem: g_mountPts = realloc(g_mountPts, max_mpt_ptrs); should read: g_mountPts = realloc(g_mountPts, sizeof(char*)*max_mpt_ptrs); This problem only occurs on machines with more than 32 mount points.
This is not likely to be fixed, as concentration has shifted to the new server we're writing. If time does allow, however, it can be fixed.
Created an attachment (id=264) [details] Fix for 2.4.3 release
Created an attachment (id=265) [details] Fix for 2.2.4 release
An updated package with this fix has been released at http://www-unix.globus.org/toolkit/advisories.html
*** Bug 1637 has been marked as a duplicate of this bug. ***