Closed
Bug 9857
Opened 26 years ago
Closed 22 years ago
[malloc] memory allocation problems -nspr
Categories
(NSPR :: NSPR, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: chofmann, Assigned: wtc)
References
Details
[malloc] memory allocation problems -
check bug 8227 for more details on what needs to be done to this code
s:/mozilla/nsprpub/lib/prstreams/tests/testprstrm/testprstrm.cpp
Deref-error: "aos", line 112
Deref-error: "aos", line 120
Deref-error: "aos2", line 127
Deref-error: "ais2", line 143
s:/mozilla/nsprpub/pr/src/cplus/rcnetio.cpp
Deref-error: "ns", line 66
s:/mozilla/nsprpub/pr/src/cplus/rcthread.cpp
Deref-error: "me", line 168
Deref-error: "me", line 169
s:/mozilla/nsprpub/pr/src/cplus/tests/thread.cpp
Deref-error: "thread", line 83
Deref-error: "thread", line 85
Deref-error: "thread", line 91
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•25 years ago
|
Component: other → NSPR
Product: Browser → NSPR
Version: other → 4.0
Assignee | ||
Updated•25 years ago
|
Target Milestone: --- → Future
Updated•24 years ago
|
Keywords: mozilla1.0
Comment 1•22 years ago
|
||
I have been trying to clean out old bugs when I found this one. Im wondering if
this bug is still valid, because
a) it is very old..
b) I havent really been able to find the symbols on the lines indicated.In some
files they don't exist anymore, and in others they only appear in other places.
I'm however not ebough into c++ so that I can verify myself if they are fixed.
Can anyone tell if this is still valid ?
Assignee | ||
Comment 2•22 years ago
|
||
This bug is still valid, but none of the files in question
are being used and are unlikely to be used in the future.
They haven't been compiled for a long time.
Marked the bug WONTFIX.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•