Skip to content

xrt: allow NULL args in various functions

Simon Ser requested to merge emersion/monado:verify-null-args into master

The spec says NULL arguments are valid when the argument just exists for extensibility. Fix the implementation to accept NULL args.

Merge request reports