search for: cgipatch

Displaying 1 result from an estimated 1 matches for "cgipatch".

Did you mean: c_patch
2004 Aug 06
3
[PATCH] is it of any interest ?
.... any comment ? Jerome Alet - alet@unice.fr - http://cortex.unice.fr/~jerome Fac de Medecine de Nice http://wwwmed.unice.fr Tel: (+33) 4 93 37 76 30 Fax: (+33) 4 93 53 15 15 28 Avenue de Valombrose - 06107 NICE Cedex 2 - FRANCE diff -ubrw icecast-1.3.11/src/client.c icecast-1.3.11-cgipatch/src/client.c --- icecast-1.3.11/src/client.c Thu Aug 2 01:06:53 2001 +++ icecast-1.3.11-cgipatch/src/client.c Wed Nov 7 15:26:24 2001 @@ -206,6 +206,42 @@ return; } +#ifdef HAVE_UNISTD_H + if (ice_strncmp(req.path, "/cgi-bin/", 9) == 0) { + char *fna...