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)
Tracking
(Not tracked)
VERIFIED
FIXED
M17
People
(Reporter: msw, Assigned: samir_bugzilla)
Details
(Whiteboard: [nsbeta2+])
Attachments
(1 file)
798 bytes,
patch
|
Details | Diff | Splinter Review |
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()
Assignee | ||
Comment 2•25 years ago
|
||
Thanks for teh patch. Will look into it.
Status: NEW → ASSIGNED
Target Milestone: --- → M17
Assignee | ||
Updated•25 years ago
|
Component: XPInstall → Installer
Product: Architecture → Browser
Version: 5.0 → other
Comment 3•25 years ago
|
||
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
Assignee | ||
Comment 4•25 years ago
|
||
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+]
Assignee | ||
Comment 6•25 years ago
|
||
Patched.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•