[xiph-commits] r9642 - icecast/branches/kh/icecast/src
karl at svn.xiph.org
karl at svn.xiph.org
Fri Jul 29 07:15:18 PDT 2005
Author: karl
Date: 2005-07-29 07:15:16 -0700 (Fri, 29 Jul 2005)
New Revision: 9642
Modified:
icecast/branches/kh/icecast/src/connection.c
Log:
segv fix, doesn't happen in typical cases but it depends on the data sent by
the client.
Modified: icecast/branches/kh/icecast/src/connection.c
===================================================================
--- icecast/branches/kh/icecast/src/connection.c 2005-07-29 11:48:13 UTC (rev 9641)
+++ icecast/branches/kh/icecast/src/connection.c 2005-07-29 14:15:16 UTC (rev 9642)
@@ -387,6 +387,7 @@
*node_ref = node->next;
client_destroy (client);
free (node);
+ continue;
}
}
node_ref = &node->next;
More information about the commits
mailing list