https://bugzilla.wikimedia.org/show_bug.cgi?id=65081
Brad Jorsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Normal Component|Scribunto |Parser Version|REL1_23 branch |1.24-git Assignee|[email protected]. |[email protected] |org | Product|MediaWiki extensions |MediaWiki --- Comment #1 from Brad Jorsch <[email protected]> --- You can reproduce it easier with just frame:callParserFunction( "#tag:nowiki", { "\128" } ). And it doesn't happen with PHP >= 5.4.0, since the default for htmlspecialchars changed such that it will ignore the invalid characters. I think this is a bug in core, though, in that it should throw an exception rather than dying with a fatal error if given invalid input. I'm going to reassign and fix it accordingly. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
