[wp-trac] [WordPress Trac] #43417: Infinite loop in wp_mkdir_p with open_basedir restrictions (was: upstream protocol header size is too big)

WordPress Trac noreply at wordpress.org
Mon Feb 26 11:04:37 UTC 2018


#43417: Infinite loop in wp_mkdir_p with open_basedir restrictions
----------------------------+------------------------------
 Reporter:  1265578519      |       Owner:
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  Awaiting Review
Component:  Filesystem API  |     Version:  trunk
 Severity:  normal          |  Resolution:
 Keywords:                  |     Focuses:
----------------------------+------------------------------
Changes (by soulseekah):

 * component:  Canonical => Filesystem API


Comment:

 It's an infinite loop :D to reproduce:

 {{{#!php
 ini_set( 'open_basedir', '/tmp/' );
 wp_mkdir_p( '/hello/world/' );
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/43417#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list