[Bug 14393] New: atoi() implemenation on large integers is wrong

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jul 9 17:03:08 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=14393

           Summary: atoi() implemenation on large integers is wrong
           Product: Wine
           Version: 1.1.0
          Platform: Other
        OS/Version: other
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: -unknown
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: shino at jenux.homelinux.org
                CC: shino at jenux.homelinux.org


Created an attachment (id=14706)
 --> (http://bugs.winehq.org/attachment.cgi?id=14706)
demonstration of the wrong behaviour

This bug has been mentioned on the wine mailinglist:
http://www.winehq.org/pipermail/wine-devel/2004-May/027187.html

If you give atoi a string of an unsigned integer (>2^31) the wine
implementation gives a strange result (apparently alway the same integer).

The GNU-libc and the windows implementation gives the correct, unsigned
integer.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list