search for: csecond

Displaying 2 results from an estimated 2 matches for "csecond".

Did you mean: second
2004 Aug 06
6
URGENT: security exploit fix
...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, "%s:%d%s", r2->req.host, r2->req.port, r2->req.path); return ice_...
2004 Aug 06
6
URGENT: security exploit fix
...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, "%s:%d%s", r2->req.host, r2->req.port, r2->req.path); return ice_...