search for: avl_functions

Displaying 9 results from an estimated 9 matches for "avl_functions".

Did you mean: all_functions
2004 Aug 06
6
URGENT: security exploit fix
...otkits or other odd behaviors on their systems. Regards, jack. ----- Forwarded message from Jack Moffitt <jack@shredder.sneakyninja.com> ----- Date: Wed, 10 Apr 2002 14:36:27 -0700 (PDT) From: jack@shredder.sneakyninja.com (Jack Moffitt) To: cvs@icecast.org Subject: cvs commit: icecast/src avl_functions.c source.c X-Spam-Status: No, hits=-3.2 required=10.0 tests=UNIFIED_PATCH,NO_MX_FOR_FROM version=2.11 jack 02/04/10 14:36:27 Modified: src avl_functions.c source.c Log: Fix security exploit (icx.c) that exploited a buffer overflow in the alias logic. Revision Changes P...
2004 Aug 06
6
URGENT: security exploit fix
...otkits or other odd behaviors on their systems. Regards, jack. ----- Forwarded message from Jack Moffitt <jack@shredder.sneakyninja.com> ----- Date: Wed, 10 Apr 2002 14:36:27 -0700 (PDT) From: jack@shredder.sneakyninja.com (Jack Moffitt) To: cvs@icecast.org Subject: cvs commit: icecast/src avl_functions.c source.c X-Spam-Status: No, hits=-3.2 required=10.0 tests=UNIFIED_PATCH,NO_MX_FOR_FROM version=2.11 jack 02/04/10 14:36:27 Modified: src avl_functions.c source.c Log: Fix security exploit (icx.c) that exploited a buffer overflow in the alias logic. Revision Changes P...
2004 Aug 06
0
warnings compiling icecast-1.3.12
...ning: type defaults to `int' declaration of `main_shutting_down' gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -Wall -c client.c client.c:93: warning: `client_send_fake_file' declared `static' but never defined gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -Wall -c avl_functions.c avl_functions.c: In function `compare_directories': avl_functions.c:310: warning: passing arg 2 of `snprintf' makes integer from pointer without a cast gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -Wall -c static.c static.c: In function `send_file_to_socket': static.c:237: w...
2004 Aug 06
0
admin 'rehash' broken in icecast 1.3.12?
...y] and icecast slowly snuck up to 99% CPU usage. I tried issuing the > 'alias' command just to try and get a response from the console and that > never responded. [I waited about two minutes] I don't know if this will help, but you can try it. It certainly won't hurt. =) *** avl_functions.c 2002/04/11 06:22:04 1.1 --- avl_functions.c 2002/04/11 06:23:35 *************** *** 307,313 **** } snprintf(s1, BUFSIZE, "%s:%d", dir1->host, dir1->port); ! snprintf(s2, "%s:%d", dir2->host, dir2->port); return compar...
2004 Aug 06
1
[icecast-dev] Some nits in icecast 1.3.12
...g than a nit. ------ Dave Hayes - Consultant - Altadena CA, USA - dave@jetcafe.org >>> The opinions expressed above are entirely my own <<< Before criticizing people, walk a mile in their shoes. Then when you do criticize them, you will be a mile away and have their shoes. *** avl_functions.c 2002/04/11 06:22:04 1.1 --- avl_functions.c 2002/04/11 06:23:35 *************** *** 307,313 **** } snprintf(s1, BUFSIZE, "%s:%d", dir1->host, dir1->port); ! snprintf(s2, "%s:%d", dir2->host, dir2->port); return compar...
2004 Aug 06
1
Some nits in icecast 1.3.12
...g than a nit. ------ Dave Hayes - Consultant - Altadena CA, USA - dave@jetcafe.org >>> The opinions expressed above are entirely my own <<< Before criticizing people, walk a mile in their shoes. Then when you do criticize them, you will be a mile away and have their shoes. *** avl_functions.c 2002/04/11 06:22:04 1.1 --- avl_functions.c 2002/04/11 06:23:35 *************** *** 307,313 **** } snprintf(s1, BUFSIZE, "%s:%d", dir1->host, dir1->port); ! snprintf(s2, "%s:%d", dir2->host, dir2->port); return compar...
2005 Apr 06
1
Probles installing Icecast-1.3.12
...c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -Wall -c commandline.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -Wall -c utility.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -Wall -c avl.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -Wall -c avl_functions.c avl_functions.c: In function 'compare_directories': avl_functions.c:310: warning: passing arg 2 of 'snprintf' makes integer from pointer without a cast gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -Wall -c match.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g...
2004 Nov 02
1
Problems with 1.3
...-I.. -D_REENTRANT -g -O2 -Wall -c interpreter.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -Wall -c vsnprintf.c gcc -g -O2 -Wall -o icecast main.o client.o admin.o source.o connection.o log.o directory.o commands.o sock.o threads.o logtime.o commandline.o utility.o avl.o avl_functions.o match.o relay.o timer.o alias.o restrict.o static.o http.o ice_string.o dir.o vars.o memory.o ice_resolv.o item.o pool.o interpreter.o vsnprintf.o authenticate/libauthenticate.a -lm -lpthread commands.o(.text+0x406e): In function `com_dump': /home/pulverradio/icecast/icecast-1.3.12/src/...
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