You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@apr.apache.org by bu...@apache.org on 2018/03/22 17:16:33 UTC

[Bug 57295] apr_atoi64 truncating MSb on large apr_uint64_t number

https://bz.apache.org/bugzilla/show_bug.cgi?id=57295

--- Comment #1 from William A. Rowe Jr. <wr...@apache.org> ---
Huh? apr_atoi64 returns a signed quantum. For a 64-bit number in any
2's compliment numbering system, that reduces the effective number of
bits to 63.

The function would be named apr_atoui64 if an unsigned quantum would be
returned.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org