service/sm: Slightly more efficient string name validation
We can check the end of the string first for null-termination, rather than the beginning of the string.
Please register or sign in to comment
We can check the end of the string first for null-termination, rather than the beginning of the string.