Skip to content

connection: Handle non-nullable strings in wl_connection_demarshal

Fergus Dall requested to merge sidereal/wayland:null-strings into main

Currently a null string passed into a non-nullable argument of a message will decode succesfully, probably resulting in the handler function crashing. Instead treat it the same way we do non-nullable objects and ids.

Merge request reports