[Bug 3853] MIPS mmap can not access over 4G file

bugzilla at busybox.net bugzilla at busybox.net
Wed Apr 25 15:22:41 UTC 2012


https://bugs.busybox.net/show_bug.cgi?id=3853

Mike Frysinger <vapier at gentoo.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #12 from Mike Frysinger <vapier at gentoo.org> 2012-04-25 15:22:41 UTC ---
we can't cast the inside value to off_t because it is signed and that will
reintroduce a previous bug.  you can't cast to off_t outside of the paren
because that could be 64bits when LFS is enabled.

Khem mentioned this on the list already, so i'll follow up there.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the uClibc-cvs mailing list