mirror of https://github.com/yuzu-mirror/yuzu
key_manager: Use isxdigit instead of isdigit when reading key file
Crypto revisions are hex numbers and this function only checks if the string is valid for stoul in base 16, so it should be isxdigit.pull/8/head
parent
d278f25bda
commit
1fa31cf74d
Loading…
Reference in New Issue