Last modified: 2006-10-04 11:15:08 UTC
On a wiki with error_reporting(E_ALL), this wiki text: ============================= {{fullurle:�%00}} ============================= Or as a CURL test : ============================= curl --silent --include --globoff \ -F 'action'='submit' \ -F 'wpPreview'='1' \ -F 'wpSummary'='2' \ -F 'wpTextbox1'='{{fullurle:�%00}}' \ 'localhost/wiki/index.php?title=WIKIFUZZ' ============================= Gives output that includes this PHP notice: ======================== <b>Notice</b>: Undefined index: in <b>/var/www/hosts/mediawiki/phase3/includes/Parser.php</b> on line <b>2566</b><br /> ========================
Looks to have been fixed in r16790 by TimS; Marking as closed.