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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3060895.patch | 555 bytes | asherry |
Comments
Comment #2
asherry commentedComment #4
asherry commented