Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#27214 closed defect (bug) (fixed)

Fix an undefined index.

Reported by: pross's profile pross Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 3.9 Priority: normal
Severity: normal Version: 2.8
Component: Administration Keywords: has-patch commit
Focuses: Cc:

Description

When using the plugin editor with some plugins the following error is produced:

Undefined offset: 1370 in ..../wp-admin/includes/misc.php on line 321

Attached patch fixes the error.

Only some plugins are affected, which is weird. 'Debug Bar Slow Actions' was the one i tested the patch with.

Attachments (2)

patch.diff (1.0 KB) - added by pross 11 years ago.
27214.patch (1.1 KB) - added by SergeyBiryukov 11 years ago.

Download all attachments as: .zip

Change History (5)

@pross
11 years ago

#1 @bravokeyl
11 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
11 years ago

  • Component changed from General to Administration
  • Keywords commit added
  • Milestone changed from Awaiting Review to 3.9
  • Version changed from trunk to 2.8

Confirmed. Caused by missing closing ?> tag in the plugin file.

Introduced in [10607]. The upper limit for the loop is off, see 27214.patch.

Last edited 11 years ago by SergeyBiryukov (previous) (diff)

#3 @SergeyBiryukov
11 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 27323:

Avoid an undefined index notice in wp_doc_link_parse().

props pross for initial patch.
fixes #27214.

Note: See TracTickets for help on using tickets.