Bugfix: xadd command ID parse
strictly check the string to be converted, strtoull() in libc may not set errno to EINVAL when the string contains invalid digits.
Please register or sign in to comment
strictly check the string to be converted, strtoull() in libc may not set errno to EINVAL when the string contains invalid digits.