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/07/23 22:28:59 UTC

[Bug 62555] apr_itoa incorrectly shows least integer value (-2147483648)

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

--- Comment #1 from Nick Kew <ni...@webthing.com> ---
This appears to be repeated also in apr_ltoa and apr_off_t_toa.  Trivial to fix
in itoa and ltoa with assignment to unsigned.  Not sure about off_t: it should
work the same way but I don't know OTTOMH how to express it.  Probably
superfluous in any case.

Does r1836519 work for you?

-- 
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