mediawiki-extensions-AbuseF.../includes/parser
Daimona Eaytoy 73ec0d7896 Properly detect unclosed comments
Right now we don't have a specific exception for that, plus we don't
really check if they're closed. In fact, we use the result of strpos
without checking if it evaluates to false; if so, in some particular
cases like the one reported on phab, the while loop will never end.

Bug: T134124
Change-Id: I3b6000f197502a4832a53465b6617b4217080739
2018-04-10 19:26:02 +02:00
..
AbuseFilterCachingParser.php Improve some parameter docs 2017-10-07 00:54:58 +02:00
AbuseFilterParser.php Fix typo in class name AFPData 2018-04-06 10:45:15 +02:00
AbuseFilterTokenizer.php Properly detect unclosed comments 2018-04-10 19:26:02 +02:00
AFPData.php Allow comparing two lists 2018-04-06 11:44:28 +00:00
AFPException.php Move various classes to their own files 2016-12-17 11:40:10 -08:00
AFPParserState.php Move various classes to their own files 2016-12-17 11:40:10 -08:00
AFPToken.php Move various classes to their own files 2016-12-17 11:40:10 -08:00
AFPTreeNode.php Move various classes to their own files 2016-12-17 11:40:10 -08:00
AFPTreeParser.php Use short array syntax 2017-06-15 17:02:57 +02:00
AFPUserVisibleException.php Properly detect unclosed comments 2018-04-10 19:26:02 +02:00