[vbox-dev] Bug in vboxServiceWrappers.php

Ian Moore imooreyahoo at gmail.com
Thu Aug 15 16:21:03 GMT 2013


Hello,

function setGroups in vboxServiceWrappers.php does not allow groups to be
set. Line 2176 should be changed from:

if (is_null($value) || is_scalar($value)) {

to:

if (is_null($value) || is_scalar($value) || is_array($value)) {

Though I'm not really sure what checking for the type of the passed value
buys. I don't see a case where setGroups would ever be passed a MOR.

--Ian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20130815/af7ccc15/attachment.html>


More information about the vbox-dev mailing list