ruby-dbus icon indicating copy to clipboard operation
ruby-dbus copied to clipboard

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

Open mvidner opened this issue 3 years ago • 0 comments

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.

mvidner avatar Jul 19 '22 13:07 mvidner