util: conf: Claim the proper range for signed numbers
virConfGetValueLLong() errors out if the value is too big to fit into a long long integer, but claims the supported range to be (0,LLONG_MAX) instead of (LLONG_MIN,LLONG_MAX).
Showing
想要评论请 注册 或 登录