media-session: avoid strcmp on unterminated string
The string might not be 0 terminated so use the length to set a limit for strcmp.
Loading
Please register or sign in to comment
The string might not be 0 terminated so use the length to set a limit for strcmp.