Hello, CVE-2014-9277_2.patch seems to contain htmlentities for quotes:
+ if ( preg_match( '/\<\s*cross-domain-policy\s*\>/i', $json ) ) { + $json = preg_replace( + '/\<(\s*cross-domain-policy\s*)\>/i', '\\u003C$1\\u003E', $json + ); + } which breaks both php files. Attached is a version where all ''s have been replaced by '. Merlijn
CVE-2014-9277_2.patch
Description: Binary data