Last modified: 2006-10-04 11:15:08 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T9481, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 7481 - Undefined index PHP notice in Parser.php with E_ALL with bad input
Undefined index PHP notice in Parser.php with E_ALL with bad input
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Page editing (Other open bugs)
1.8.x
All All
: Low minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-10-04 00:51 UTC by Nick Jenkins
Modified: 2006-10-04 11:15 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Nick Jenkins 2006-10-04 00:51:23 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 />
========================
Comment 1 Nick Jenkins 2006-10-04 11:15:08 UTC
Looks to have been fixed in r16790 by TimS; Marking as closed.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links