search for: cfirst

Displaying 3 results from an estimated 3 matches for "cfirst".

Did you mean: first
2004 Aug 06
6
URGENT: security exploit fix
...8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- avl_functions.c 26 May 2000 15:47:55 -0000 1.8 +++ avl_functions.c 10 Apr 2002 21:36:27 -0000 1.9 @@ -156,8 +156,8 @@ write_log (LOG_DEFAULT, "WARNING: compare_relays() called with NULL pointers!"); } - sprintf (cfirst, "%s:%d%s", r1->req.host, r1->req.port, r1->req.path); - sprintf (csecond, "%s:%d%s", r2->req.host, r2->req.port, r2->req.path); + snprintf (cfirst, BUFSIZE, "%s:%d%s", r1->req.host, r1->req.port, r1->req.path); + snprintf (csecond, BUFSIZE,...
2004 Aug 06
6
URGENT: security exploit fix
...8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- avl_functions.c 26 May 2000 15:47:55 -0000 1.8 +++ avl_functions.c 10 Apr 2002 21:36:27 -0000 1.9 @@ -156,8 +156,8 @@ write_log (LOG_DEFAULT, "WARNING: compare_relays() called with NULL pointers!"); } - sprintf (cfirst, "%s:%d%s", r1->req.host, r1->req.port, r1->req.path); - sprintf (csecond, "%s:%d%s", r2->req.host, r2->req.port, r2->req.path); + snprintf (cfirst, BUFSIZE, "%s:%d%s", r1->req.host, r1->req.port, r1->req.path); + snprintf (csecond, BUFSIZE,...
2006 Jan 30
1
Failure to install ComfyWare
...'t expose interface {be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error 0x80004002 err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 err:menubuilder:extract_icon32 LoadLibraryExW (L"C:\\Program Files\\ComfyWare\\First Steps\\cFirst.exe") failed, error 126 err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink err:menubuilder:extract_icon32 LoadLibraryExW (L"C:\\Program Files\\ComfyWare\\First Steps\\cFirst.exe") failed, error 126 err:menubuilder:InvokeShellLinker failed to fork and exec winesh...