Skip to content

server: check global interface on bind

Simon Ser requested to merge emersion/wayland:check-interface-on-bind into master

The interface name provided by the client isn't used at all.

Check it matches the global's interface name to prevent object interface mismatches between the client and the server. These are especially easy to get when mixing up global names and other IDs in the client.

Signed-off-by: Simon Ser simon.ser@intel.com Closes: #113 (closed)

Merge request reports