Closed
Bug 1334692
Opened 8 years ago
Closed 7 years ago
Linux content processes calling old 32-bit stat()
Categories
(Core :: Security: Process Sandboxing, defect, P3)
Tracking
()
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox54 | --- | affected |
People
(Reporter: jld, Unassigned)
Details
(Whiteboard: sb+)
Crash Data
There are a few crashes on crash-stats where a 32-bit content process is trying to call the old non-large-file stat (not stat64). The stacks show a single frame from ld.so, so maybe this is the dynamic linker using an inlined syscall as part of library path searching or something.
We could fix this by intercepting the old stat syscall and translating between the stat struct versions.
Updated•8 years ago
|
Whiteboard: [sb?]
Updated•8 years ago
|
Whiteboard: [sb?] → sb+
Updated•8 years ago
|
Priority: -- → P3
Comment 1•7 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•