search for: ice_strcmp

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

Did you mean: ice_strncmp
2004 Aug 06
6
URGENT: security exploit fix
...cond, "%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_strcmp (cfirst, csecond); } @@ -188,8 +188,8 @@ return -1; } - sprintf (full, "%s:%d%s", a1->name->host, a1->name->port, a1->name->path); - sprintf (full2, "%s:%d%s", a2->name->host, a2->name->port, a2->name->pa...
2004 Aug 06
6
URGENT: security exploit fix
...cond, "%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_strcmp (cfirst, csecond); } @@ -188,8 +188,8 @@ return -1; } - sprintf (full, "%s:%d%s", a1->name->host, a1->name->port, a1->name->path); - sprintf (full2, "%s:%d%s", a2->name->host, a2->name->port, a2->name->pa...
2004 Aug 06
5
Missing headers in Icecast2
Hi Karl, Thanks for your help, About the "Connection:" header, you are right, it's: "Connection: close" and NOT "Connection: keep-alive". The protocol when the SERVER sends the data is http 1.0. It's http 1.1 when the browser requests the data. I don't understand the "Content-Length: 54000000" header either. Also I noticed the flash player on