Displaying 1 result from an estimated 1 matches for "1239374".
Did you mean:
  1231374
  
2011 Apr 29
4
You don't check for malloc failure
Hi,
You don't check for malloc failure.  I've made a patch that is possibly 
wrong but it saves the program from SIGSEGV and replaces it with SIGABRT.
-peter
diff -ru icecast-2.3.2-ORIG/src/admin.c icecast-2.3.2/src/admin.c
--- icecast-2.3.2-ORIG/src/admin.c	Fri May  2 17:40:00 2008
+++ icecast-2.3.2/src/admin.c	Thu Apr 28 19:53:03 2011
@@ -291,6 +291,9 @@