Thanks for the heads-up, this will be fixed shortly.
Cheers,
--Seb
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
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 vers
2 matches
Mail list logo