mvidner / ruby-dbus

A Ruby binding for DBus
GNU Lesser General Public License v2.1
170 stars 48 forks source link

DBus::Object.new("/invalid-path") should raise #119

Open mvidner opened 2 years ago

mvidner commented 2 years ago

DBus::Object.new is not checking that the argument is a valid object path

If the object is exported and emits a signal, the bus detects an invalid message and disconnects us.