Closed
Bug 94141
Opened 23 years ago
Closed 23 years ago
modules/libimg/src/if.cpp : IL_StreamWrite return value undefined if len==0.
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: mozilla-bugs, Assigned: pavlov)
References
()
Details
If IL_StreamWrite is called with len==0, then in line 1002 we will use NS_FAILED
on uninitialized rv and the function may return either -1 or 0 depending on our
luck.
This code was added in revision 1.25 by pnunn@netscape.com
Comment 1•23 years ago
|
||
pnunn is not at that e-mail address anymore... who owns this now?
Assignee: pnunn → pavlov
Assignee | ||
Comment 2•23 years ago
|
||
function in question here no longer exists.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•