Hello Carine, Good debugging. Thanks!. > I finally found where the bug [1] is. > > In AHTURLTools.c, function GetTempName, the second test is > if (len + L_tmpnam > FILENAME_MAX) > return NULL; [snip] I see the problem. It should be throughout PATH_MAX, rather than FILENAME_MAX. In addition, as we're not using the local library anymore, I don't need the L_tmpnam limit anymore, just its actual value (6) as implemented in the function above. This must have been some legacy stuff that stayed there. I commmited the change to CVS. -joseReceived on Tuesday, 7 January 2003 10:29:59 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Friday, 18 May 2007 18:39:17 GMT