The getPropertyMethod function doesn't check to see that $name is not blank, in the case that it is called dynamically. This means that for example in the case of:
$object->add($valuethatisnullorblank, $data)
This would then trigger ->getPropertyMethod, and call ->add again.

CommentFileSizeAuthor
#2 3060895.patch555 bytesasherry

Comments

asherry created an issue. See original summary.

asherry’s picture

Status: Active » Needs review
StatusFileSize
new555 bytes

  • asherry committed 77ddc4c on 8.x-1.x
    Issue #3060895 by asherry: Infinite loop in ExtensibleObjectTrait
    
asherry’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.