Closed Bug 39878 Opened 25 years ago Closed 25 years ago

nsINIParser.cpp assumes fpos_t is a numeric type

Categories

(SeaMonkey :: Installer, defect, P3)

All
Linux
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: msw, Assigned: samir_bugzilla)

Details

(Whiteboard: [nsbeta2+])

Attachments

(1 file)

fpos_t is a complex structure on many system. This kills builds on these systems. Why not use stat() to find the size of the file anyway? Patch attached to use ftell()
Thanks for teh patch. Will look into it.
Status: NEW → ASSIGNED
Target Milestone: --- → M17
Component: XPInstall → Installer
Product: Architecture → Browser
Version: 5.0 → other
Nominating for nsbeta2. We need this fixed or the build will fail altogether on Linux systems with new glibc versions (this is changed from an integer to a struct after glibc 2.1.x).
Keywords: nsbeta2
I have been given to understand that it is OK to checkin patches of this nature without nsbeta2 approval. Will do so today if it's kosher.
Putting on [nsbeta2+] radar for beta2 fix.
QA Contact: nobody → gbush
Whiteboard: [nsbeta2+]
Patched.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
verify code patch/fix
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: