Closed
Bug 63453
Opened 24 years ago
Closed 24 years ago
random crash in necko due to undefined 'strncmp' symbol
Categories
(Core :: Networking, defect, P5)
Tracking
()
VERIFIED
INVALID
mozilla0.9
People
(Reporter: cls, Assigned: neeti)
Details
(Keywords: crash)
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
I run into this problem from time to time with no predictable way to reproduce
it. My builds fail because they can't find symbols that are in the standard C
library. We could link directly against libc but I think that could cause other
issues. In this particular case, we should be using PL_strncmp() or
nsCRT::strncmp() anyways.
This was the only occurrance of strncmp that showed up in a grep that was not in
an unused file.
Keywords: crash
Sorry about the spam. An unset priority should be less than P5.
Priority: -- → P5
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Marking invalid as I cannot reproduce it. If I can in the future, I'll reopen
the bug.
You need to log in
before you can comment on or make changes to this bug.
Description
•