File php-5.1.2-CVE-2007-1864.patch of Package php
--- ext/xmlrpc/libxmlrpc/xml_to_soap.c 2005/12/18 21:17:07 1.4.4.1
+++ ext/xmlrpc/libxmlrpc/xml_to_soap.c 2007/02/23 21:14:52 1.4.4.1.2.1
@@ -75,7 +75,7 @@
}
struct array_info {
- char kids_type[30];
+ char kids_type[128];
unsigned long size;
/* ... ? */
};