Skip to content

st/oxr: Accept nonnull subactionPaths when countSubactionPaths is 0

Benjamin Saunders requested to merge Ralith/monado:relax-subaction-verify into master

It's not clear that this is forbidden, and it can make the caller's life a little easier. For example, empty Rust slices (references to arrays) are not guaranteed to have a null pointer component.

Merge request reports