Closed
Bug 9852
Opened 26 years ago
Closed 26 years ago
[malloc] memory allocation problems - libjar
Categories
(Core :: Networking: JAR, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: chofmann, Assigned: dbragg)
References
Details
[malloc] memory allocation problems - libjar
check bug 8227 for more details on what needs to be done to this code
s:/mozilla/modules/libjar/nsJAR.cpp
Deref-error: "jarItem", line 229
Updated•26 years ago
|
Summary: Memory Management issues
Comment 1•26 years ago
|
||
updated Summary line
Updated•26 years ago
|
Summary: Memory Management issues → [malloc] memory allocation problems - libjar
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Well, it wasn't exactly "malloc", it was a "new". Anyway, I now check for a
null pointer and return NS_ERROR_OUT_OF_MEMORY if found, otherwise the
processing continues.
Bulk changing all JAR Installation component bugs to Installer: XPI Packages
Updated•20 years ago
|
Product: Browser → Seamonkey
Component: Installer: XPI Packages → Installer
QA Contact: rickg → general
Component: Installer → Networking: JAR
Product: SeaMonkey → Core
QA Contact: general → networking.jar
You need to log in
before you can comment on or make changes to this bug.
Description
•